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

Function WorkspaceExists

src/Core/System/Workspace.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 bool WorkspaceExists(const std::string& workspaceName)
22 {
23 return !vili::parser::from_file("Workspace/Workspaces.vili")[workspaceName]
24 .is_null();
25 }
26
27 bool Load(const std::string& workspaceName, const unsigned int priority)
28 {

Callers 2

GetWorkspaceLocationFunction · 0.85
LoadFunction · 0.85

Calls 2

from_fileFunction · 0.85
is_nullMethod · 0.45

Tested by

no test coverage detected