MCPcopy 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
121std::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

PathClass · 0.85
stringClass · 0.50
findMethod · 0.45

Tested by

no test coverage detected