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

Function dump_node_json

bmf/c_modules/test/test_python_module.cpp:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include <istream>
19
20USE_BMF_SDK_NS
21
22void dump_node_json(JsonParam &json_param) {
23 std::cout << "********node json:" << json_param.dump() << std::endl;
24}
25
26void create_python_module(JsonParam &node_param,
27 std::shared_ptr<PythonModule> &python_module) {

Callers 1

create_python_moduleFunction · 0.85

Calls 1

dumpMethod · 0.45

Tested by

no test coverage detected