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

Method Fields

common/ast/expr.go:746–751  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

744}
745
746func (e *baseStructExpr) Fields() []EntryExpr {
747 if e == nil {
748 return []EntryExpr{}
749 }
750 return e.fields
751}
752
753func (e *baseStructExpr) renumberIDs(idGen IDGenerator) {
754 for _, f := range e.Fields() {

Callers 1

renumberIDsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected