Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isUsingMap
Method
isUsingMap
valdi_protobuf/src/valdi_protobuf/FieldMap.cpp:204–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
bool FieldMap::isUsingMap() const {
205
return _isMap;
206
}
207
208
FieldMap::Map& FieldMap::toMap() {
209
FieldMap::Vector vec(std::move(getVec()));
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64