MCPcopy 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

GetPackageLocationFunction · 0.85
InstallFunction · 0.85
LoadFunction · 0.85

Calls 2

from_fileFunction · 0.85
is_nullMethod · 0.45

Tested by

no test coverage detected