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

Struct adaptingHelper

cel/macro.go:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377type adaptingHelper struct {
378 modernHelper parser.ExprHelper
379}
380
381// Copy the input expression with a brand new set of identifiers.
382func (ah *adaptingHelper) Copy(e *exprpb.Expr) *exprpb.Expr {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected