Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nutsdb/nutsdb
/ Release
Method
Release
iterator.go:138–142 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
}
137
138
func
(it *Iterator) Release() {
139
it.iter.Release()
140
it.currentItem = nil
141
it.valid = false
142
}
Callers
15
BenchmarkIterator_Creation
Function · 0.95
BenchmarkIterator_Next
Function · 0.95
BenchmarkIterator_Prev
Function · 0.95
BenchmarkIterator_KeyAccess
Function · 0.95
BenchmarkIterator_ValueAccess
Function · 0.95
BenchmarkIterator_KeyValueAccess
Function · 0.95
BenchmarkIterator_Seek
Function · 0.95
BenchmarkIterator_Rewind
Function · 0.95
BenchmarkIterator_PartialScan
Function · 0.95
BenchmarkIterator_ValidCheck
Function · 0.95
BenchmarkIterator_LargeValues
Function · 0.95
TestIterator
Function · 0.95
Calls
1
Release
Method · 0.65
Tested by
15
BenchmarkIterator_Creation
Function · 0.76
BenchmarkIterator_Next
Function · 0.76
BenchmarkIterator_Prev
Function · 0.76
BenchmarkIterator_KeyAccess
Function · 0.76
BenchmarkIterator_ValueAccess
Function · 0.76
BenchmarkIterator_KeyValueAccess
Function · 0.76
BenchmarkIterator_Seek
Function · 0.76
BenchmarkIterator_Rewind
Function · 0.76
BenchmarkIterator_PartialScan
Function · 0.76
BenchmarkIterator_ValidCheck
Function · 0.76
BenchmarkIterator_LargeValues
Function · 0.76
TestIterator
Function · 0.76