Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
bool Node::get_enable_hungry_check() { return enable_hungry_check_; }
153
154
bool Node::is_source() { return is_source_; }
155
156
int Node::get_id() { return id_; }
157
Callers
5
add_or_remove_node
Method · 0.80
choose_node_schedule
Method · 0.80
add_all_mirrors_for_output_stream
Method · 0.80
update
Method · 0.80
print_node_info_pretty
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected