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

Method StoreConfig

session/session.go:134–136  ·  view source on GitHub ↗

StoreConfig return store config

()

Source from the content-addressed store, hash-verified

132
133// StoreConfig return store config
134func (manager *SessionManager) StoreConfig() *StoreConfig {
135 return manager.storeConfig
136}
137
138// GetClientSessionID get session id from client
139// default mode is from cookie

Callers 2

prepareHttpContextFunction · 0.80
TestSesionConfigFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestSesionConfigFunction · 0.64