MCPcopy 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
471bool ValueSchema::isLongInteger() const {
472 return _type == ValueSchemaInnerTypeLong;
473}
474
475bool ValueSchema::isDouble() const {
476 return _type == ValueSchemaInnerTypeDouble;

Callers 5

shouldUseSchemaReferenceFunction · 0.80
schemaToJavaValueTypeFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64