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

Method SetPreModule

bmf/engine/connector/src/builder.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221void RealNode::SetScheduler(int scheduler) { scheduler_ = scheduler; }
222
223void RealNode::SetPreModule(bmf::BMFModule preModuleInstance) {
224 metaInfo_.preModuleInstance_ =
225 std::make_shared<bmf::BMFModule>(preModuleInstance);
226 metaInfo_.preModuleUID_ = preModuleInstance.uid();
227}
228
229void RealNode::AddCallback(long long key, bmf::BMFCallback callbackInstance) {
230 metaInfo_.callbackInstances_[key] =

Callers 1

TESTFunction · 0.80

Calls 1

uidMethod · 0.80

Tested by 1

TESTFunction · 0.64