MCPcopy Create free account
hub / github.com/adobe/hyde / load_yaml

Function load_yaml

emitters/yaml_base_emitter.cpp:1352–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1350/**************************************************************************************************/
1351
1352auto load_yaml(const std::filesystem::path& path) try {
1353 return YAML::LoadFile(path.c_str());
1354} catch (...) {
1355 std::cerr << "YAML File: " << path.string() << '\n';
1356 throw;
1357}
1358
1359/**************************************************************************************************/
1360

Callers 1

parse_documentationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected