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

Method get_callback_binding

bmf/engine/c_engine/src/graph_config.cpp:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152uint32_t NodeMetaInfo::get_queue_size_limit() { return queue_size_limit; }
153
154std::map<int64_t, uint32_t> NodeMetaInfo::get_callback_binding() {
155 return callback_binding;
156}
157
158nlohmann::json NodeMetaInfo::to_json() {
159 nlohmann::json json_meta_info;

Callers 1

BMFGraphMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected