MCPcopy Index your code
hub / github.com/kopia/kopia / isJSONBlob

Function isJSONBlob

cli/command_blob_show.go:93–100  ·  view source on GitHub ↗
(b blob.ID)

Source from the content-addressed store, hash-verified

91}
92
93func isJSONBlob(b blob.ID) bool {
94 switch b[0] {
95 case 'm', 'l':
96 return true
97 default:
98 return false
99 }
100}

Callers 1

maybeDecryptBlobMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected