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