Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ KeyBytes
Method
KeyBytes
pkg/sorted/mem.go:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
func
(s *memIter) KeyBytes() []byte {
74
return
s.lit.Key()
75
}
76
77
func
(s *memIter) ValueBytes() []byte {
78
return
s.lit.Value()
Callers
1
Key
Method · 0.95
Calls
1
Key
Method · 0.65
Tested by
no test coverage detected