(ctx context.Context, id db.GraphID, md *db.FileMeta)
| 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 | |
| 78 | // Because the Logseq client can/will request files it hasn't uploaded yet, the |
| 79 | // map will contain nil entries for requested files that don't exist |
no outgoing calls
no test coverage detected