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

Function LoadAll

lib/yamlcpp/src/parse.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40std::vector<Node> LoadAll(const std::string& input) {
41 std::stringstream stream(input);
42 return LoadAll(stream);
43}
44
45std::vector<Node> LoadAll(const char* input) {
46 std::stringstream stream(input);

Callers 3

TESTFunction · 0.85
LoadAllFromFileFunction · 0.85
config_setMethod · 0.85

Calls 3

HandleNextDocumentMethod · 0.80
RootMethod · 0.80
push_backMethod · 0.45

Tested by 1

TESTFunction · 0.68