MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / IsNumeric

Function IsNumeric

eval/public/equality_function_registrar_test.cc:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92};
93
94bool IsNumeric(CelValue::Type type) {
95 return type == CelValue::Type::kDouble || type == CelValue::Type::kInt64 ||
96 type == CelValue::Type::kUint64;
97}
98
99const CelList& CelListExample1() {
100 static ContainerBackedListImpl* example =

Callers 1

TEST_PFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected