Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dgraph-io/badger
/ Close
Method
Close
y/iterator.go:96–96 ·
view source on GitHub ↗
All iterators should be closed so that file garbage collection works.
()
Source
from the content-addressed store, hash-verified
94
95
// All iterators should be closed so that file garbage collection works.
96
Close() error
97
}
Callers
15
deleteLogFile
Method · 0.65
open
Method · 0.65
init
Method · 0.65
Close
Method · 0.65
TestWriteBatch
Function · 0.65
TestManifestBasic
Function · 0.65
helpTestManifestFileCorruption
Function · 0.65
buildTable
Function · 0.65
TestOverlappingKeyRangeError
Function · 0.65
TestIteratePrefix
Function · 0.65
BenchmarkIteratePrefixSingleKey
Function · 0.65
TestBuildRegistry
Function · 0.65
Implementers
6
pendingWritesIterator
txn.go
MergeIterator
table/merge_iterator.go
Iterator
table/iterator.go
ConcatIterator
table/iterator.go
SimpleIterator
table/merge_iterator_test.go
UniIterator
skl/skl.go
Calls
no outgoing calls
Tested by
15
TestWriteBatch
Function · 0.52
TestManifestBasic
Function · 0.52
helpTestManifestFileCorruption
Function · 0.52
buildTable
Function · 0.52
TestOverlappingKeyRangeError
Function · 0.52
TestIteratePrefix
Function · 0.52
BenchmarkIteratePrefixSingleKey
Function · 0.52
TestBuildRegistry
Function · 0.52
TestRewriteRegistry
Function · 0.52
TestMismatch
Function · 0.52
TestEncryptionAndDecryption
Function · 0.52
TestKeyRegistryInMemory
Function · 0.52