MCPcopy Index your code
hub / github.com/cockscomb/cel2sql / getType

Method getType

cel2sql.go:716–718  ·  view source on GitHub ↗
(node *exprpb.Expr)

Source from the content-addressed store, hash-verified

714}
715
716func (con *converter) getType(node *exprpb.Expr) *exprpb.Type {
717 return con.typeMap[node.GetId()]
718}
719
720func isMapType(typ *exprpb.Type) bool {
721 _, ok := typ.TypeKind.(*exprpb.Type_MapType_)

Callers 6

visitCallBinaryMethod · 0.95
callCastingMethod · 0.95
visitCallFuncMethod · 0.95
visitCallIndexMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected