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

Method get_action

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

Source from the content-addressed store, hash-verified

158std::string Node::get_alias() { return node_config_.get_alias(); }
159
160std::string Node::get_action() { return node_config_.get_action(); }
161
162void Node::set_source(bool flag) { is_source_ = flag; }
163

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected