Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
func
(e httpStatusError) Error() string {
47
return
e.msg
48
}
49
50
func
newSessionStore(path string) *sessionStore {
51
s := &sessionStore{sessions: make(
map
[string]time.Time), path: path}
Callers
15
writeError
Function · 0.95
TestVaultSettingsWeeklyNotesRoundTrip
Function · 0.80
TestListSkipsUnreadableEntries
Function · 0.80
TestDatabaseBaseFolderListedButInternalsHidden
Function · 0.80
TestExcalidrawListedAsNoteNotAsset
Function · 0.80
TestWatcherBroadcastsFolderCreateAndRemove
Function · 0.80
TestStartOrDisabledFallsBackWhenDisabled
Function · 0.80
requireAuth
Method · 0.80
setVaultSettings
Method · 0.80
selectVault
Method · 0.80
writeComments
Method · 0.80
writeNote
Method · 0.80
Calls
no outgoing calls
Tested by
6
TestVaultSettingsWeeklyNotesRoundTrip
Function · 0.64
TestListSkipsUnreadableEntries
Function · 0.64
TestDatabaseBaseFolderListedButInternalsHidden
Function · 0.64
TestExcalidrawListedAsNoteNotAsset
Function · 0.64
TestWatcherBroadcastsFolderCreateAndRemove
Function · 0.64
TestStartOrDisabledFallsBackWhenDisabled
Function · 0.64