Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabitMF/bmf
/ dynamic_reset
Method
dynamic_reset
bmf/engine/c_engine/src/loader/py_module_loader.cpp:116–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
int32_t dynamic_reset(JsonParam json_param) override {
117
return guard_call<int32_t>(
118
[&]() { call_func(
"dynamic_reset"
, json_param); });
119
}
120
121
int32_t process(Task &task) override {
122
py::gil_scoped_acquire gil;
Callers
1
process_node
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected