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

Method Visit

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

Visit loops through all session keys and values.

(sid string, cb func(key string, value interface{}))

Source from the content-addressed store, hash-verified

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).
53 Len(sid string) int
54 // Delete removes a session key value based on its key.

Callers 10

VisitMethod · 0.65
GetAllMethod · 0.65
VisitMethod · 0.65
NewAppFunction · 0.65
makeAccessLogFunction · 0.65
hFunction · 0.65
infoFunction · 0.65
ReadParamsMethod · 0.65
ReadURLMethod · 0.65
VisitMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected