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