extern struct EmitDigest [src]

Trailing: the hex digest of the cache directory within the /o/ subdirectory.

Fields

flags: Flags

Members

Source

pub const EmitDigest = extern struct { flags: Flags, pub const Flags = packed struct(u8) { cache_hit: bool, reserved: u7 = 0, }; }