MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getProcessPath

Method getProcessPath

src/eepp/system/sys.cpp:699–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699std::string Sys::getProcessPath() {
700 static std::string path = sGetProcessPath();
701 return path;
702}
703
704double Sys::getSystemTime() {
705#if EE_PLATFORM == EE_PLATFORM_WIN

Callers

nothing calls this directly

Calls 1

sGetProcessPathFunction · 0.85

Tested by

no test coverage detected