Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ Path
Method
Path
src/Core/System/Path.cpp:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
namespace obe::System
5
{
6
Path::Path()
7
: m_mounts(MountablePath::Paths())
8
{
9
}
10
11
Path::Path(const std::vector<MountablePath>& mount)
12
: m_mounts(mount)
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected