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

Function MapOfAB

checker/standard_library.cc:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47Type MapOfAB() {
48 static absl::NoDestructor<Type> kInstance(
49 MapType(BuiltinsArena(), TypeParamA(), TypeParamB()));
50 return *kInstance;
51}
52
53Type TypeOfType() {
54 static absl::NoDestructor<Type> kInstance(

Callers 2

TypeMapTypeFunction · 0.70
AddContainerOpsFunction · 0.70

Calls 3

TypeParamAFunction · 0.70
TypeParamBFunction · 0.70
MapTypeClass · 0.50

Tested by

no test coverage detected