MCPcopy Create free account
hub / github.com/allegro/bigcache / Error

Method Error

iterator.go:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7type iteratorError string
8
9func (e iteratorError) Error() string {
10 return string(e)
11}
12
13// ErrInvalidIteratorState is reported when iterator is in invalid state
14const ErrInvalidIteratorState = iteratorError("Iterator is in invalid state. Use SetNext() to move to next position")

Callers 9

TestServiceLoaderFunction · 0.45
TestRequestMetricsFunction · 0.45
getCacheHandlerFunction · 0.45
deleteCacheHandlerFunction · 0.45

Calls

no outgoing calls