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

Method path_exist

ogsr_engine/xrCore/LocatorAPI.cpp:1152–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1150}
1151
1152bool CLocatorAPI::path_exist(LPCSTR path)
1153{
1154 PathPairIt P = pathes.find(path);
1155 return (P != pathes.end());
1156}
1157
1158FS_Path* CLocatorAPI::append_path(LPCSTR path_alias, LPCSTR root, LPCSTR add, BOOL recursive)
1159{

Callers 9

OpenDumperFunction · 0.80
CEnvironmentMethod · 0.80
load_weathersMethod · 0.80
Load2Method · 0.80
Save2Method · 0.80
xrRender_initconsoleFunction · 0.80
ProcessOneMethod · 0.80
CreateLogFunction · 0.80
save_mini_dumpFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected