MCPcopy Create free account
hub / github.com/bcspragu/logseq-sync / uploadGraphEncryptKeysResponse

Struct uploadGraphEncryptKeysResponse

cmd/server/main.go:641–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639}
640
641type uploadGraphEncryptKeysResponse struct{}
642
643func (*uploadGraphEncryptKeysResponse) respond(w http.ResponseWriter, r *http.Request) {
644 w.WriteHeader(http.StatusOK)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected