MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / ClearError

Function ClearError

engine/PoseidonFormats/PoseidonFormats.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41static void SetError(const std::string& msg) { g_lastError = msg; }
42static void ClearError() { g_lastError.clear(); }
43
44// Minimal AppFrame for headless usage (no UI, no logging)
45class PFAppFrame : public Poseidon::Foundation::AppFrameFunctions {

Callers 12

pf_init_stepFunction · 0.85
pf_initFunction · 0.85
pf_model_loadFunction · 0.85
pf_image_loadFunction · 0.85
pf_pbo_openFunction · 0.85
pf_pbo_extractFunction · 0.85
pf_vfs_mountFunction · 0.85
pf_vfs_readFunction · 0.85
pf_vfs_image_loadFunction · 0.85
pf_vfs_findFunction · 0.85
pf_rtm_loadFunction · 0.85
pf_rtm_load_from_memoryFunction · 0.85

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected