Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Iterator
Struct
Iterator
driver/oss/iterator.go:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
)
6
7
type
Iterator
struct
{
8
it iterator.Iterator
9
}
10
11
func
(it *Iterator) Key() []byte {
12
return
it.it.Key()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected