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

Struct BatchFileMetasParams

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

Source from the content-addressed store, hash-verified

107`
108
109type BatchFileMetasParams struct {
110 GraphID string
111 FileIds []string
112}
113
114func (q *Queries) BatchFileMetas(ctx context.Context, arg BatchFileMetasParams) ([]FileMeta, error) {
115 query := batchFileMetas

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected