MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Set

Method Set

cmd/cql-proxy/model/session.go:243–245  ·  view source on GitHub ↗

Set stores value to session object.

(key string, value interface{})

Source from the content-addressed store, hash-verified

241
242// Set stores value to session object.
243func (s *Session) Set(key string, value interface{}) {
244 s.Store[key] = value
245}
246
247// Delete removes value from session object.
248func (s *Session) Delete(key string) {

Callers 15

adminOAuthCallbackFunction · 0.95
initMetricsFunction · 0.45
initDBFunction · 0.45
initAuthFunction · 0.45
initTaskManagerFunction · 0.45
initRulesManagerFunction · 0.45
initConfigFunction · 0.45
facebookAuthCallbackFunction · 0.45
sinaWeiboAuthCallbackFunction · 0.45
NewEmptySessionFunction · 0.45
projectIDInjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected