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

Struct FileMeta

db/sqlite/sqlitedb/models.go:11–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type FileMeta struct {
12 ID string
13 GraphID string
14 FileID string
15 BlobPath string
16 Checksum []byte
17 Size int64
18 LastModifiedAt time.Time
19 LastModifiedTx int64
20}
21
22type Graph struct {
23 ID string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected