Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabitMF/bmf
/ set_source
Method
set_source
bmf/engine/c_engine/src/node.cpp:162–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
std::string Node::get_action() { return node_config_.get_action(); }
161
162
void Node::set_source(bool flag) { is_source_ = flag; }
163
164
int Node::close() {
165
mutex_.lock();
Callers
1
update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected