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

Struct Graph

db/sqlite/sqlitedb/models.go:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type Graph struct {
23 ID string
24 Name string
25 CurrentTx int64
26}
27
28type GraphEncryptKey struct {
29 ID string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected