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

Struct stringLib

ext/strings.go:329–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329type stringLib struct {
330 locale string
331 version uint32
332 maxPrecision int
333}
334
335// LibraryName implements the SingletonLibrary interface method.
336func (*stringLib) LibraryName() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected