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

Function ListOfA

checker/standard_library.cc:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39TypeParamType TypeParamB() { return TypeParamType("B"); }
40
41Type ListOfA() {
42 static absl::NoDestructor<Type> kInstance(
43 ListType(BuiltinsArena(), TypeParamA()));
44 return *kInstance;
45}
46
47Type MapOfAB() {
48 static absl::NoDestructor<Type> kInstance(

Callers 3

TypeListTypeFunction · 0.85
AddArithmeticOpsFunction · 0.85
AddContainerOpsFunction · 0.85

Calls 2

TypeParamAFunction · 0.70
ListTypeClass · 0.50

Tested by

no test coverage detected