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/Bytes.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
bool BytesView::empty() const {
51
return _size == 0;
52
}
53
54
size_t BytesView::hash() const {
55
return std::hash<std::string_view>()(asStringView());
Callers
15
make
Method · 0.45
toString
Method · 0.45
makeString
Method · 0.45
append
Method · 0.45
stopRecording
Method · 0.45
fulfill
Method · 0.45
onComplete
Method · 0.45
setCancelCallback
Method · 0.45
parseIdentifier
Method · 0.45
makeParseError
Method · 0.45
makeHash
Method · 0.45
prepend
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected