MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / __get_4py

Method __get_4py

src/GraphCtrl/GraphParam/GParamManager.cpp:116–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116GParamPtr GParamManager::__get_4py(const std::string& key) {
117 const auto& iter = params_map_.find(key);
118 if (iter == params_map_.end()) {
119 return nullptr;
120 }
121
122 return iter->second;
123}
124
125
126CStatus GParamManager::__remove_4py(const std::string& key) {

Callers 2

Calls 1

findMethod · 0.45

Tested by

no test coverage detected