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

Function IsNumeric

eval/internal/cel_value_equal_test.cc:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73};
74
75bool IsNumeric(CelValue::Type type) {
76 return type == CelValue::Type::kDouble || type == CelValue::Type::kInt64 ||
77 type == CelValue::Type::kUint64;
78}
79
80const CelList& CelListExample1() {
81 static ContainerBackedListImpl* example =

Callers 1

TEST_PFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected