MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / getTag

Method getTag

cp-profiler/src/cpprofiler/tree/node.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11{
12
13Node::Tag Node::getTag() const
14{
15 // obtain the right-most bit
16 return static_cast<Tag>(reinterpret_cast<ptrdiff_t>(m_childrenOrFirstChild) & 3);
17}
18
19void Node::setTag(Tag tag)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected