MCPcopy Create free account
hub / github.com/chen3feng/toft / BinaryDirectory

Method BinaryDirectory

system/process/this_process.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94std::string ThisProcess::BinaryDirectory()
95{
96 std::string path = BinaryPath();
97 return Path::GetDirectory(path);
98}
99
100} // namespace toft

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected