Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isInt
Method
isInt
valdi_core/src/valdi_core/cpp/Utils/Value.cpp:767–769 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
765
}
766
767
bool Value::isInt() const noexcept {
768
return _type == ValueType::Int;
769
}
770
771
bool Value::isLong() const noexcept {
772
return _type == ValueType::Long;
Callers
4
jsonValueToValue
Function · 0.80
SwiftValdiMarshaller_IsInt
Function · 0.80
TEST
Function · 0.80
isIndexed
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64