MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / get

Method get

cp-profiler/src/cpprofiler/solver_data.cpp:129–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129tree::NodeID IdMap::get(SolverID sid) const
130{
131 QReadLocker locker(&m_lock);
132
133 const auto it = uid2id_.find(sid);
134
135 if (it != uid2id_.end())
136 {
137 return it->second;
138 }
139 else
140 {
141 return NodeID::NoNode;
142 }
143}
144
145} // namespace cpprofiler

Callers 15

getNodeIdMethod · 0.45
runMethod · 0.45
nameMapMethod · 0.45
ExecutionWindowMethod · 0.45
showPixelTreeMethod · 0.45
showIcicleTreeMethod · 0.45
addNewExecutionMethod · 0.45
NogoodDialogMethod · 0.45
findPatternIdxMethod · 0.45
changeSelectedPatternMethod · 0.45
sceneMethod · 0.45
MergeWindowMethod · 0.45

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by 3

comparison2Function · 0.36
ss_analysisFunction · 0.36
nogood_dialogFunction · 0.36