MCPcopy Create free account
hub / github.com/SoarGroup/Soar / bnode_is_bottom_of_split_mp

Function bnode_is_bottom_of_split_mp

Core/SoarKernel/src/rete.cpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 return ((x) & 0x0C);
341}
342inline byte bnode_is_bottom_of_split_mp(byte x)
343{
344 return ((x) & 0x10);
345}
346
347/* This function cannot be defined before struct rete_node_struct */
348inline rete_node* real_parent_node(rete_node* x);

Callers 3

real_parent_nodeFunction · 0.85
deallocate_rete_nodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected