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

Function base64EncodeBytes

ext/encoders.go:135–137  ·  view source on GitHub ↗
(bytes []byte)

Source from the content-addressed store, hash-verified

133}
134
135func base64EncodeBytes(bytes []byte) (string, error) {
136 return base64.StdEncoding.EncodeToString(bytes), nil
137}
138
139func jsonEncodeValue(val ref.Val) (string, error) {
140 native, err := val.ConvertToNative(types.JSONValueType)

Callers 1

CompileOptionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected