MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / get_path

Method get_path

ogsr_engine/xrCore/LocatorAPI.cpp:1169–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1167}
1168
1169FS_Path* CLocatorAPI::get_path(LPCSTR path)
1170{
1171 PathPairIt P = pathes.find(path);
1172 R_ASSERT(P != pathes.end(), path);
1173 return P->second;
1174}
1175
1176static std::recursive_mutex file_copy_mutex;
1177

Callers 7

script_registerMethod · 0.45
Level_SetMethod · 0.45
CheckCsCopModeMethod · 0.45
LoadMethod · 0.45
ProcessOneMethod · 0.45
_initializeMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected