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

Method GraphEncryptKeys

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

Source from the content-addressed store, hash-verified

72
73 AddGraphEncryptKey(ctx context.Context, id db.GraphID, gek *db.GraphEncryptKey) error
74 GraphEncryptKeys(ctx context.Context, id db.GraphID) ([]*db.GraphEncryptKey, error)
75
76 SetFileMeta(ctx context.Context, id db.GraphID, md *db.FileMeta) error
77

Callers 2

getGraphEncryptKeysMethod · 0.65
GraphEncryptKeysMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected