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

Method Description

common/decls/decls.go:121–126  ·  view source on GitHub ↗

Description provides an overview of the function's purpose. Usage examples should be included on specific overloads.

()

Source from the content-addressed store, hash-verified

119//
120// Usage examples should be included on specific overloads.
121func (f *FunctionDecl) Description() string {
122 if f == nil {
123 return ""
124 }
125 return f.doc
126}
127
128// IsDeclarationDisabled indicates that the function implementation should be added to the dispatcher, but the
129// declaration should not be exposed for use in expressions.

Callers 2

TestNilFunctionFunction · 0.95
DocumentationMethod · 0.95

Calls

no outgoing calls

Tested by 1

TestNilFunctionFunction · 0.76