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

Function base64EncodeBytes

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

Source from the content-addressed store, hash-verified

151}
152
153func base64EncodeBytes(bytes []byte) (string, error) {
154 return base64.StdEncoding.EncodeToString(bytes), nil
155}
156
157func estimateEncode(estimator checker.CostEstimator, target *checker.AstNode, args []checker.AstNode) *checker.CallEstimate {
158 if len(args) != 1 {

Callers 1

CompileOptionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected