Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ KeyBytes
Method
KeyBytes
pkg/sorted/buffer/buffer.go:290–292 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
288
}
289
290
func
(it *iter) KeyBytes() []byte {
291
return
it.current().KeyBytes()
292
}
293
294
func
(it *iter) ValueBytes() []byte {
295
return
it.current().ValueBytes()
Callers
nothing calls this directly
Calls
2
current
Method · 0.95
KeyBytes
Method · 0.65
Tested by
no test coverage detected