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

Method resetMarks

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

Source from the content-addressed store, hash-verified

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) {}
78 void setName(std::string n) { _name = n; }

Callers 1

resetNodeMarksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected