MCPcopy Create free account
hub / github.com/kataras/iris / newErrEntryNotFound

Function newErrEntryNotFound

sessions/session.go:225–227  ·  view source on GitHub ↗
(key string, kind reflect.Kind, value interface{})

Source from the content-addressed store, hash-verified

223}
224
225func newErrEntryNotFound(key string, kind reflect.Kind, value interface{}) *ErrEntryNotFound {
226 return &ErrEntryNotFound{Err: &memstore.ErrEntryNotFound{Key: key, Kind: kind}, Value: value}
227}
228
229// GetInt same as `Get` but returns its int representation,
230// if key doesn't exist then it returns -1 and a non-nil error.

Callers 6

GetIntMethod · 0.85
GetInt64Method · 0.85
GetUint64Method · 0.85
GetFloat32Method · 0.85
GetFloat64Method · 0.85
GetBooleanMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…