MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / load

Method load

src/openms/source/FORMAT/TraMLFile.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 TraMLFile::~TraMLFile() = default;
26
27 void TraMLFile::load(const String & filename, TargetedExperiment & exp)
28 {
29 Internal::TraMLHandler handler(exp, filename, schema_version_, *this);
30 parse_(filename, &handler);
31 }
32
33 void TraMLFile::store(const String & filename, const TargetedExperiment & exp) const
34 {

Callers 11

mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
test_readfileMethod · 0.95
test_readfile_contentMethod · 0.95
test_extractorMethod · 0.95
isSemanticallyValidMethod · 0.45

Calls

no outgoing calls

Tested by 6

test_readfileMethod · 0.76
test_readfile_contentMethod · 0.76
test_extractorMethod · 0.76