MCPcopy Create free account
hub / github.com/CompPhysVienna/n2p2 / loadFile

Method loadFile

src/libnnp/Settings.cpp:169–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169size_t Settings::loadFile(string const& fileName)
170{
171 this->fileName = fileName;
172
173 readFile();
174 return parseLines();
175}
176
177bool Settings::keywordExists(string const& keyword, bool exact) const
178{

Callers 4

s1Function · 0.95
test_file_readMethod · 0.95
BOOST_FIXTURE_TEST_CASEFunction · 0.80
loadSettingsFileMethod · 0.80

Calls

no outgoing calls

Tested by 3

s1Function · 0.76
test_file_readMethod · 0.76
BOOST_FIXTURE_TEST_CASEFunction · 0.64