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

Method Name

common/ast/expr.go:254–254  ·  view source on GitHub ↗

Name returns the name of the field.

()

Source from the content-addressed store, hash-verified

252type StructField interface {
253 // Name returns the name of the field.
254 Name() string
255
256 // Value returns the field initialization expression.
257 Value() Expr

Callers 15

TestErrorsFunction · 0.65
fieldTypeConversionErrorFunction · 0.65
ConvertToTypeMethod · 0.65
formatMethod · 0.65
TestMergeFunction · 0.65

Implementers 2

baseStructFieldcommon/ast/expr.go
navigableFieldImplcommon/ast/navigable.go

Calls

no outgoing calls