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

Method AllFileMeta

cmd/server/main.go:81–81  ·  view source on GitHub ↗
(ctx context.Context, id db.GraphID)

Source from the content-addressed store, hash-verified

79 // map will contain nil entries for requested files that don't exist
80 BatchFileMeta(ctx context.Context, id db.GraphID, fIDs []db.FileID) (map[db.FileID]*db.FileMeta, error)
81 AllFileMeta(ctx context.Context, id db.GraphID) ([]*db.FileMeta, error)
82}
83
84type Blob interface {

Callers 2

getAllFilesMethod · 0.65
AllFileMetaMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected