MCPcopy Create free account
hub / github.com/cel-expr/cel-go / newObjectField

Method newObjectField

parser/helper.go:112–114  ·  view source on GitHub ↗
(fieldID int64, field string, value ast.Expr, optional bool)

Source from the content-addressed store, hash-verified

110}
111
112func (p *parserHelper) newObjectField(fieldID int64, field string, value ast.Expr, optional bool) ast.EntryExpr {
113 return p.exprFactory.NewStructField(fieldID, field, value, optional)
114}
115
116func (p *parserHelper) newComprehension(ctx any,
117 iterRange ast.Expr,

Callers 1

Calls 1

NewStructFieldMethod · 0.65

Tested by

no test coverage detected