MCPcopy Create free account
hub / github.com/NatLabRockies/EnergyPlus / getFileName

Function getFileName

src/EnergyPlus/FileSystem.cc:115–118  ·  view source on GitHub ↗

TODO: remove as providing little benefit over calling fs::path::filename directly?

Source from the content-addressed store, hash-verified

113
114 // TODO: remove as providing little benefit over calling fs::path::filename directly?
115 fs::path getFileName(fs::path const &filePath)
116 {
117 return filePath.filename();
118 }
119
120 fs::path getParentDirectoryPath(fs::path const &path)
121 {

Callers 3

ProcessArgsFunction · 0.85
processInputFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected