Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devfeel/dotweb
/ SessionRead
Method
SessionRead
session/session.go:27–27 ·
view source on GitHub ↗
(sessionId string)
Source
from the content-addressed store, hash-verified
25
type
(
26
SessionStore
interface
{
27
SessionRead(sessionId string) (*SessionState, error)
28
SessionExist(sessionId string) bool
29
SessionUpdate(state *SessionState) error
30
SessionRemove(sessionId string) error
Callers
1
GetSessionState
Method · 0.65
Implementers
2
RedisStore
session/store_redis.go
RuntimeStore
session/store_runtime.go
Calls
no outgoing calls
Tested by
no test coverage detected