MCPcopy Create free account
hub / github.com/DFHack/dfhack / State

Enum State

library/binpatch.cpp:69–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 patch_byte old_val, new_val;
68 };
69 enum State {
70 Conflict = 0,
71 Unapplied = 1,
72 Applied = 2,
73 Partial = 3
74 };
75
76 std::vector<Byte> entries;
77

Callers 1

checkStateMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected