Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcspragu/logseq-sync
/ deleteGraphResponse
Struct
deleteGraphResponse
cmd/server/main.go:531–531 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
529
}
530
531
type
deleteGraphResponse
struct
{}
532
533
func
(*deleteGraphResponse) respond(w http.ResponseWriter, r *http.Request) {
534
w.WriteHeader(http.StatusOK)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected