Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ operator""_fs
Function
operator""_fs
src/Core/System/Path.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
std::string operator
""
_fs(const char* str, std::size_t len)
122
{
123
return obe::System::Path(std::string(str, len)).find();
124
}
Callers
nothing calls this directly
Calls
3
Path
Class · 0.85
string
Class · 0.50
find
Method · 0.45
Tested by
no test coverage detected