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

Function loadExtensions

src/base/global.cpp:188–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void loadExtensions(const AnyMap& node)
189{
190 if (!node.hasKey("extensions")) {
191 return;
192 }
193 for (auto& extension : node["extensions"].asVector<AnyMap>()) {
194 loadExtension(extension["type"].asString(), extension["name"].asString());
195 }
196}
197
198void searchPythonVersions(const string& versions) {
199 app()->searchPythonVersions(versions);

Callers 1

addReactionsFunction · 0.85

Calls 2

loadExtensionFunction · 0.85
hasKeyMethod · 0.80

Tested by

no test coverage detected