Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ empty
Method
empty
valdi_core/src/valdi_core/cpp/Utils/PathUtils.cpp:229–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
bool Path::empty() const {
230
return _components.empty();
231
}
232
233
bool Path::startsWith(const Path& otherPath) const {
234
auto otherSize = otherPath._components.size();
Callers
4
isAbsolute
Method · 0.45
PathUtils.cpp
File · 0.45
getFirstComponent
Method · 0.45
getLastComponent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected