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

Method CppModule

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

Source from the content-addressed store, hash-verified

541}
542
543Node Stream::CppModule(const std::vector<Stream> &inStreams,
544 std::string const &moduleName,
545 const bmf_sdk::JsonParam &option,
546 std::string const &alias, std::string const &modulePath,
547 std::string const &moduleEntry,
548 InputManagerType inputStreamManager, int scheduler) {
549 return ConnectNewModule(alias, option, inStreams, moduleName, CPP,
550 modulePath, moduleEntry, inputStreamManager,
551 scheduler);
552}
553
554Node Stream::PythonModule(const std::vector<Stream> &inStreams,
555 std::string const &moduleName,

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64