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

Function findInputFile

src/base/global.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178string findInputFile(const string& name)
179{
180 return app()->findInputFile(name);
181}
182
183void loadExtension(const string& extType, const string& name)
184{

Callers 3

clearCachedFileMethod · 0.85
fromYamlFileMethod · 0.85
formatInputFileFunction · 0.85

Calls 2

appFunction · 0.85
findInputFileMethod · 0.80

Tested by

no test coverage detected