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

Struct listGraphsResponseGraph

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

Source from the content-addressed store, hash-verified

469}
470
471type listGraphsResponseGraph struct {
472 GraphStorageLimit int64 `json:"GraphStorageLimit"`
473 GraphName string `json:"GraphName"`
474 GraphUUID string `json:"GraphUUID"`
475 GraphStorageUsage int64 `json:"GraphStorageUsage"`
476}
477
478func (s *server) listGraphs(ctx context.Context, req *listGraphsRequest) (*listGraphsResponse, error) {
479 graphs, err := s.db.Graphs(ctx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected