Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dearcode/candy
/ exist
Method
exist
store/file.go:208–210 ·
view source on GitHub ↗
(key []byte)
Source
from the content-addressed store, hash-verified
206
}
207
208
func
(f *fileDB) exist(key []byte) (bool, error) {
209
return
f.db.Has(key, nil)
210
}
Callers
3
CheckFile
Method · 0.45
TestFileDB
Function · 0.45
check
Method · 0.45
Calls
no outgoing calls
Tested by
1
TestFileDB
Function · 0.36