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

Struct createGraphRequest

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

Source from the content-addressed store, hash-verified

502}
503
504type createGraphRequest struct {
505 GraphName string `json:"GraphName"`
506}
507type createGraphResponse struct {
508 GraphUUID string `json:"GraphUUID"`
509 Txid int64 `json:"TXId"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected