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