| 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 | { |
no test coverage detected