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

Struct CreateGraphParams

db/sqlite/sqlitedb/query.sql.go:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164`
165
166type CreateGraphParams struct {
167 ID string
168 Name string
169}
170
171func (q *Queries) CreateGraph(ctx context.Context, arg CreateGraphParams) (int64, error) {
172 row := q.db.QueryRowContext(ctx, createGraph, arg.ID, arg.Name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected