MCPcopy Create free account
hub / github.com/RenderKit/embree / executableFolder

Method executableFolder

common/sys/filename.cpp:39–41  ·  view source on GitHub ↗

! returns path to executable */

Source from the content-addressed store, hash-verified

37
38 /*! returns path to executable */
39 FileName FileName::executableFolder() {
40 return FileName(getExecutableFileName()).path();
41 }
42
43 /*! returns the path */
44 FileName FileName::path() const {

Callers

nothing calls this directly

Calls 3

FileNameClass · 0.85
getExecutableFileNameFunction · 0.85
pathMethod · 0.80

Tested by

no test coverage detected