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

Method get_graph_config

bmf/engine/c_engine/src/loader/py_module_loader.cpp:168–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 }
167
168 bool get_graph_config(JsonParam &json_param) override {
169 return guard_call<int32_t>([&]() {
170 auto json_str = py::cast<std::string>(
171 call_func("get_graph_config").attr("dump")());
172 json_param = JsonParam(json_str);
173 });
174 }
175
176 bool report_user_df_data(JsonParam &json_param) override {
177 py::gil_scoped_acquire gil;

Callers 2

get_subgraph_configMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected