MCPcopy
hub / github.com/sourcegraph/checkup / base64Encoded

Function base64Encoded

storage/github/github_test.go:34–36  ·  view source on GitHub ↗
(input []byte)

Source from the content-addressed store, hash-verified

32}
33
34func base64Encoded(input []byte) string {
35 return base64.StdEncoding.EncodeToString(input)
36}
37
38func toJSON(data interface{}) []byte {
39 encoded, err := json.Marshal(data)

Callers 2

repositoryContentFunction · 0.85
withGitHubServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected