Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ZenNotes/zennotes
/ readJSON
Function
readJSON
apps/server/internal/httpserver/server.go:278–280 ·
view source on GitHub ↗
(r *http.Request, out *T)
Source
from the content-addressed store, hash-verified
276
}
277
278
func
readJSON[T any](r *http.Request, out *T) error {
279
return
json.NewDecoder(r.Body).Decode(out)
280
}
281
282
// --- Handlers: meta ---
283
Callers
15
setVaultSettings
Method · 0.85
selectVault
Method · 0.85
writeComments
Method · 0.85
writeNote
Method · 0.85
createNote
Method · 0.85
createExcalidraw
Method · 0.85
renameNote
Method · 0.85
deleteNote
Method · 0.85
trashNote
Method · 0.85
restoreNote
Method · 0.85
archiveNote
Method · 0.85
unarchiveNote
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected