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

Method isMarked

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

Source from the content-addressed store, hash-verified

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; }
76
77 node(std::string n = "") : _name(n) {}

Callers 1

propagateMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected