srctree
repos
owner
network
issues
6
diffs
3
Public
Gregory Mullen
parent
30b35f07
da02ca0d
add embargoed state to deltas
hiding them comes next
src/types/delta.zig
added: 3, removed: 2, total 1
@@ -22,7 +22,8 @@ pub fn initType() !void {}
pub const State = packed struct {
closed: bool = false,
locked: bool = false,
padding: u62 = 0,
embargoed: bool = false,
padding: u61 = 0,
};
test State {