Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabitMF/bmf
/ get
Method
get
bmf/python/py_module_sdk.cpp:204–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
bmf_sdk::Packet get() {
205
auto pkt = q_->front();
206
q_->pop();
207
return pkt;
208
}
209
210
bmf_sdk::Packet &front() { return q_->front(); }
211
Callers
15
bmf_fixtures.py
File · 0.45
process
Method · 0.45
test_cpp_types
Method · 0.45
test_py_types
Method · 0.45
__call__
Method · 0.45
fetch
Method · 0.45
process
Method · 0.45
process
Method · 0.45
process
Method · 0.45
__get_algo
Method · 0.45
process
Method · 0.45
process
Method · 0.45
Calls
1
pop
Method · 0.45
Tested by
3
process
Method · 0.36
test_cpp_types
Method · 0.36
test_py_types
Method · 0.36