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

Struct listsLib

ext/lists.go:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163const defaultMaxRangeSize = 1_000_000
164
165type listsLib struct {
166 version uint32
167 maxRangeSize int64
168}
169
170// LibraryName implements the SingletonLibrary interface method.
171func (listsLib) LibraryName() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected