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

Struct SetFileMetaParams

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

Source from the content-addressed store, hash-verified

314`
315
316type SetFileMetaParams struct {
317 ID string
318 GraphID string
319 FileID string
320 BlobPath string
321 Checksum []byte
322 Size int64
323 LastModifiedTx int64
324}
325
326func (q *Queries) SetFileMeta(ctx context.Context, arg SetFileMetaParams) error {
327 _, err := q.db.ExecContext(ctx, setFileMeta,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected