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

Struct stdLibrary

cel/library.go:142–144  ·  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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected