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

Struct listGraphsResponse

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

Source from the content-addressed store, hash-verified

465
466type listGraphsRequest struct{}
467type listGraphsResponse struct {
468 Graphs []listGraphsResponseGraph `json:"Graphs"`
469}
470
471type listGraphsResponseGraph struct {
472 GraphStorageLimit int64 `json:"GraphStorageLimit"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected