MCPcopy
hub / github.com/gorilla/sessions / Name

Method Name

sessions.go:85–87  ·  view source on GitHub ↗

Name returns the name used to register the session.

()

Source from the content-addressed store, hash-verified

83
84// Name returns the name used to register the session.
85func (s *Session) Name() string {
86 return s.name
87}
88
89// Store returns the session store used to register the session.
90func (s *Session) Store() Store {

Callers 4

SaveMethod · 0.80
SaveMethod · 0.80
saveMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected