MCPcopy Create free account
hub / github.com/apache/trafficserver / LoadAllFromFile

Function LoadAllFromFile

lib/yamlcpp/src/parse.cpp:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65std::vector<Node> LoadAllFromFile(const std::string& filename) {
66 std::ifstream fin(filename);
67 if (!fin) {
68 throw BadFile(filename);
69 }
70 return LoadAll(fin);
71}
72} // namespace YAML

Callers 2

RecYAMLConfigFileParseFunction · 0.85
config_getMethod · 0.85

Calls 2

BadFileFunction · 0.85
LoadAllFunction · 0.85

Tested by

no test coverage detected