MCPcopy
hub / github.com/ZenNotes/zennotes / Error

Method Error

apps/server/internal/httpserver/security.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (e httpStatusError) Error() string {
47 return e.msg
48}
49
50func newSessionStore(path string) *sessionStore {
51 s := &sessionStore{sessions: make(map[string]time.Time), path: path}

Calls

no outgoing calls