Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
93
func
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
maybeDecryptBlob
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected