MCPcopy 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.pyFile · 0.45
processMethod · 0.45
test_cpp_typesMethod · 0.45
test_py_typesMethod · 0.45
__call__Method · 0.45
fetchMethod · 0.45
processMethod · 0.45
processMethod · 0.45
processMethod · 0.45
__get_algoMethod · 0.45
processMethod · 0.45
processMethod · 0.45

Calls 1

popMethod · 0.45

Tested by 3

processMethod · 0.36
test_cpp_typesMethod · 0.36
test_py_typesMethod · 0.36