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