Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcspragu/logseq-sync
/ FileMeta
Struct
FileMeta
db/db.go:20–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
type
FileMeta
struct
{
21
ID FileID
22
BlobPath string
23
Checksum []byte
24
Size int64
25
LastModifiedAt time.Time
26
LastModifiedTX Tx
27
}
28
29
type
Tx int64
30
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected