MCPcopy Create free account
hub / github.com/crownengine/crown / isEmpty

Method isEmpty

3rdparty/bx/src/filepath.cpp:434–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432 }
433
434 bool FilePath::isEmpty() const
435 {
436 return 0 == strCmp(m_filePath, ".");
437 }
438
439} // namespace bx

Callers 15

getMethod · 0.45
setMethod · 0.45
removeMethod · 0.45
makeAllFunction · 0.45
getTempPathFunction · 0.45
getPathMethod · 0.45
getFileNameMethod · 0.45
getBaseNameMethod · 0.45
getExtMethod · 0.45
parseMethod · 0.45
setEnvFunction · 0.45
writeCallstackFunction · 0.45

Calls 1

strCmpFunction · 0.85

Tested by

no test coverage detected