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

Method DeleteGraph

db/sqlite/sqlitedb/query.sql.go:183–186  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

181`
182
183func (q *Queries) DeleteGraph(ctx context.Context, id string) error {
184 _, err := q.db.ExecContext(ctx, deleteGraph, id)
185 return err
186}
187
188const graph = `-- name: Graph :one
189SELECT id, name, current_tx

Callers

nothing calls this directly

Calls 1

ExecContextMethod · 0.80

Tested by

no test coverage detected