Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChunelFeng/CGraph
/ resetWithStatus
Method
resetWithStatus
src/GraphCtrl/GraphParam/GParamManager.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
60
CVoid GParamManager::resetWithStatus(const CStatus& curStatus) {
61
for (auto& param : params_map_) {
62
param.second->reset(curStatus);
63
}
64
}
65
66
67
CStatus GParamManager::setup() {
Callers
1
run
Method · 0.80
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected