Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get
Method · 0.45
set
Method · 0.45
remove
Method · 0.45
makeAll
Function · 0.45
getTempPath
Function · 0.45
getPath
Method · 0.45
getFileName
Method · 0.45
getBaseName
Method · 0.45
getExt
Method · 0.45
parse
Method · 0.45
setEnv
Function · 0.45
writeCallstack
Function · 0.45
Calls
1
strCmp
Function · 0.85
Tested by
no test coverage detected