Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
252
type
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
TestErrors
Function · 0.65
TestErrors_WideAndNarrowCharacters
Function · 0.65
TestErrors_WideAndNarrowCharactersWithEmojis
Function · 0.65
TestStringSource_Description
Function · 0.65
TestStringSource_LocationOffset
Function · 0.65
TestStringSource_SnippetMultiline
Function · 0.65
TestStringSource_SnippetSingleline
Function · 0.65
unsupportedTypeConversionError
Function · 0.65
fieldTypeConversionError
Function · 0.65
ConvertToType
Method · 0.65
format
Method · 0.65
TestMerge
Function · 0.65
Implementers
2
baseStructField
common/ast/expr.go
navigableFieldImpl
common/ast/navigable.go
Calls
no outgoing calls
Tested by
15
TestErrors
Function · 0.52
TestErrors_WideAndNarrowCharacters
Function · 0.52
TestErrors_WideAndNarrowCharactersWithEmojis
Function · 0.52
TestStringSource_Description
Function · 0.52
TestStringSource_LocationOffset
Function · 0.52
TestStringSource_SnippetMultiline
Function · 0.52
TestStringSource_SnippetSingleline
Function · 0.52
TestMerge
Function · 0.52
TestFileDescriptionGetTypes
Function · 0.52
TestTypeDescriptionJSONFieldNames
Function · 0.52
TestTypeDescriptionJSONFieldMap
Function · 0.52
TestFieldDescription
Function · 0.52