Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
int32_t NodeMetaInfo::get_bundle() { return bundle; }
151
152
uint32_t NodeMetaInfo::get_queue_size_limit() { return queue_size_limit; }
153
154
std::map<int64_t, uint32_t> NodeMetaInfo::get_callback_binding() {
155
return callback_binding;
Callers
1
node.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected