MCPcopy Create free account
hub / github.com/Cantera/cantera / getExternalHandle

Method getExternalHandle

src/base/Solution.cpp:172–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172shared_ptr<ExternalHandle> Solution::getExternalHandle(const string& name) const
173{
174 if (m_externalHandles.count(name)) {
175 return m_externalHandles.at(name);
176 } else {
177 return shared_ptr<ExternalHandle>();
178 }
179}
180
181void Solution::registerChangedCallback(void *id, const function<void()>& callback)
182{

Callers 2

updateMethod · 0.45
validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected