Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isLongInteger
Method
isLongInteger
valdi_core/src/valdi_core/cpp/Schema/ValueSchema.cpp:471–473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
469
}
470
471
bool ValueSchema::isLongInteger() const {
472
return _type == ValueSchemaInnerTypeLong;
473
}
474
475
bool ValueSchema::isDouble() const {
476
return _type == ValueSchemaInnerTypeDouble;
Callers
5
createValueMarshallerForSchema
Method · 0.80
shouldUseSchemaReference
Function · 0.80
getJavaTypeSignatureFromValueSchema
Function · 0.80
schemaToJavaValueType
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64