Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ZenNotes/zennotes
/ currentVault
Method
currentVault
apps/server/internal/httpserver/server.go:67–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
func
(s *Server) currentVault() *vault.Vault {
68
s.mu.RLock()
69
defer
s.mu.RUnlock()
70
return
s.Vault
71
}
72
73
func
(s *Server) currentWatcher() *watcher.Watcher {
74
s.mu.RLock()
Callers
15
vaultInfo
Method · 0.95
vaultSettings
Method · 0.95
setVaultSettings
Method · 0.95
listNotes
Method · 0.95
listFolders
Method · 0.95
listAssets
Method · 0.95
assetsExists
Method · 0.95
readNote
Method · 0.95
readComments
Method · 0.95
writeComments
Method · 0.95
writeNote
Method · 0.95
createNote
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected