MCPcopy Create free account
hub / github.com/devfeel/dotweb / SessionCount

Method SessionCount

session/store_runtime.go:113–115  ·  view source on GitHub ↗

SessionAll get count number of memory session

()

Source from the content-addressed store, hash-verified

111
112// SessionAll get count number of memory session
113func (store *RuntimeStore) SessionCount() int {
114 return store.list.Len()
115}
116
117// SessionAccess expand time of session store by id in memory session
118func (store *RuntimeStore) SessionAccess(sessionId string) error {

Callers 1

Calls 1

LenMethod · 0.65

Tested by 1