Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
std::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
RecYAMLConfigFileParse
Function · 0.85
config_get
Method · 0.85
Calls
2
BadFile
Function · 0.85
LoadAll
Function · 0.85
Tested by
no test coverage detected