MCPcopy Create free account
hub / github.com/BabitMF/bmf / is_source

Method is_source

bmf/engine/c_engine/src/node.cpp:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152bool Node::get_enable_hungry_check() { return enable_hungry_check_; }
153
154bool Node::is_source() { return is_source_; }
155
156int Node::get_id() { return id_; }
157

Callers 5

add_or_remove_nodeMethod · 0.80
choose_node_scheduleMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected