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

Method CompileOptions

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

CompileOptions returns a collection of functional options for configuring the Parse / Check environment.

()

Source from the content-addressed store, hash-verified

55 // CompileOptions returns a collection of functional options for configuring the Parse / Check
56 // environment.
57 CompileOptions() []EnvOption
58
59 // ProgramOptions returns a collection of functional options which should be included in every
60 // Program generated from the Env.Program() call.

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