MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / from_file

Function from_file

extlibs/vili/src/parser/parser.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 vili::node from_file(std::string_view path, state parser_state)
54 {
55 peg::file_input in(path);
56 return parse(in, parser_state);
57 }
58}

Callers 14

loadMethod · 0.85
GetPackageLocationFunction · 0.85
PackageExistsFunction · 0.85
ListPackagesFunction · 0.85
LoadMountFileMethod · 0.85
GetWorkspaceLocationFunction · 0.85
WorkspaceExistsFunction · 0.85
ListWorkspacesFunction · 0.85
Loaders.cppFile · 0.85
loadFromFileMethod · 0.85

Calls 1

parseFunction · 0.70

Tested by

no test coverage detected