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

Method Graphs

cmd/server/main.go:66–66  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

64
65 Graph(ctx context.Context, id db.GraphID) (*db.Graph, error)
66 Graphs(ctx context.Context) ([]*db.Graph, error)
67 CreateGraph(ctx context.Context, name string) (db.GraphID, db.Tx, error)
68 DeleteGraph(context.Context, db.GraphID) error
69

Callers 2

listGraphsMethod · 0.65
GraphsMethod · 0.65

Implementers 2

DBdb/mem/mem.go
DBdb/sqlite/sqlite.go

Calls

no outgoing calls

Tested by

no test coverage detected