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

Method get_queue_size_limit

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

Source from the content-addressed store, hash-verified

150int32_t NodeMetaInfo::get_bundle() { return bundle; }
151
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;

Callers 1

node.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected