Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
load
Method · 0.85
GetRequirementsForGameObject
Method · 0.85
GetDefinitionForGameObject
Method · 0.85
GetPackageLocation
Function · 0.85
PackageExists
Function · 0.85
ListPackages
Function · 0.85
LoadMountFile
Method · 0.85
GetWorkspaceLocation
Function · 0.85
WorkspaceExists
Function · 0.85
ListWorkspaces
Function · 0.85
Loaders.cpp
File · 0.85
loadFromFile
Method · 0.85
Calls
1
parse
Function · 0.70
Tested by
no test coverage detected