Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/perkeep/perkeep
/ Exp_missingKey
Function
Exp_missingKey
pkg/index/export_test.go:71–73 ·
view source on GitHub ↗
(have, missing blob.Ref)
Source
from the content-addressed store, hash-verified
69
}
70
71
func
Exp_missingKey(have, missing blob.Ref) string {
72
return
keyMissing.Key(have, missing)
73
}
74
75
func
Exp_schemaVersion() int {
return
requiredSchemaVersion }
76
Callers
1
TestInitNeededMaps
Function · 0.92
Calls
1
Key
Method · 0.65
Tested by
no test coverage detected