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

Method Decode

sessions/database.go:49–49  ·  view source on GitHub ↗

Decode binds the "outPtr" to the value associated to the provided "key".

(sid, key string, outPtr interface{})

Source from the content-addressed store, hash-verified

47 Get(sid string, key string) interface{}
48 // Decode binds the "outPtr" to the value associated to the provided "key".
49 Decode(sid, key string, outPtr interface{}) error
50 // Visit loops through all session keys and values.
51 Visit(sid string, cb func(key string, value interface{})) error
52 // Len returns the length of the session's entries (keys).

Callers 15

TOMLFunction · 0.65
injectLiveReloadFunction · 0.65
UnmarshalMethod · 0.65
DecodeMethod · 0.65
NewAppFunction · 0.65
createThumbnailMethod · 0.65
GetAllMethod · 0.65
GetByIDMethod · 0.65
BindResponseFunction · 0.65
mainFunction · 0.65
testBodyFunction · 0.65
LoadOptionsFunction · 0.65

Calls

no outgoing calls

Tested by 2

testBodyFunction · 0.52
readJSONFunction · 0.52