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

Method ProgramOptions

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

ProgramOptions returns a collection of functional options which should be included in every Program generated from the Env.Program() call.

()

Source from the content-addressed store, hash-verified

59 // ProgramOptions returns a collection of functional options which should be included in every
60 // Program generated from the Env.Program() call.
61 ProgramOptions() []ProgramOption
62}
63
64// SingletonLibrary refines the Library interface to ensure that libraries in this format are only

Callers 1

LibFunction · 0.65

Implementers 15

stringLibext/strings.go
celBindingsext/bindings.go
setsLibext/sets.go
compreV2Libext/comprehensions.go
listsLibext/lists.go
mathLibext/math.go
protoLibext/protos.go
encoderLibext/encoders.go
regexLibext/regex.go
networkLibext/network.go
stdLibrarycel/library.go
optionalLibcel/library.go

Calls

no outgoing calls

Tested by

no test coverage detected