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

Struct encoderLib

ext/encoders.go:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88type encoderLib struct {
89 version uint32
90}
91
92func (*encoderLib) LibraryName() string {
93 return "cel.lib.ext.encoders"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected