Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ PackageExists
Function
PackageExists
src/Core/System/Package.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
bool PackageExists(const std::string& packageName)
23
{
24
return !vili::parser::from_file(
"Package/Packages.vili"
_fs)[packageName]
25
.is_null();
26
}
27
28
std::vector<std::string> ListPackages()
29
{
Callers
3
GetPackageLocation
Function · 0.85
Install
Function · 0.85
Load
Function · 0.85
Calls
2
from_file
Function · 0.85
is_null
Method · 0.45
Tested by
no test coverage detected