MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / getExecutableDir

Function getExecutableDir

src/core/include/core/executable_path.hpp:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 inline std::filesystem::path getExecutableDir() {
56 return getExecutablePath().parent_path();
57 }
58
59 // Resource lookup: production (bin/../share/LichtFeld-Studio) or dev (build/resources)
60 inline std::filesystem::path getResourceBaseDir() {

Callers 15

add_dll_directoriesFunction · 0.85
ensure_initializedFunction · 0.85
ensure_venvMethod · 0.85
register_packagesFunction · 0.85
getResourceBaseDirFunction · 0.85
getLibDirFunction · 0.85
getPythonModuleDirFunction · 0.85
getPythonHomeFunction · 0.85
getTypingsDirFunction · 0.85
getEmbeddedPythonFunction · 0.85
getExtensionsDirFunction · 0.85
configure_usd_pluginsFunction · 0.85

Calls 1

getExecutablePathFunction · 0.85

Tested by

no test coverage detected