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

Method LibraryName

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

LibraryName provides a namespaced name which is used to check whether the library has already been configured in the environment.

()

Source from the content-addressed store, hash-verified

69 // LibraryName provides a namespaced name which is used to check whether the library has already
70 // been configured in the environment.
71 LibraryName() string
72}
73
74// LibraryAliaser generates a simple named alias for the library, for use during environment serialization.

Callers 1

LibFunction · 0.65

Implementers 13

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