MCPcopy 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

160std::string Node::get_action() { return node_config_.get_action(); }
161
162void Node::set_source(bool flag) { is_source_ = flag; }
163
164int Node::close() {
165 mutex_.lock();

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected