MCPcopy Create free account
hub / github.com/ai-techsystems/deepC / mark

Method mark

include/graph/node.h:72–72  ·  view source on GitHub ↗

properties methods.

Source from the content-addressed store, hash-verified

70
71 // properties methods.
72 void mark(short prop) { _properties.set(prop); }
73 void unmark(short prop) { _properties.reset(prop); }
74 bool isMarked(short prop) const { return _properties.get(prop); }
75 void resetMarks() { _properties = 0; }

Callers 1

propagateMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected