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

Struct stdLibrary

cel/library.go:140–142  ·  view source on GitHub ↗

stdLibrary implements the Library interface and provides functional options for the core CEL features documented in the specification.

Source from the content-addressed store, hash-verified

138// stdLibrary implements the Library interface and provides functional options for the core CEL
139// features documented in the specification.
140type stdLibrary struct {
141 subset *env.LibrarySubset
142}
143
144// LibraryName implements the SingletonLibrary interface method.
145func (*stdLibrary) LibraryName() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected