Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/prometheus
/ nopIterator
Struct
nopIterator
tsdb/chunkenc/chunk.go:304–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
type
nopIterator
struct
{}
305
306
func
(nopIterator) Next() ValueType {
return
ValNone }
307
func
(nopIterator) Seek(int64) ValueType {
return
ValNone }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected