MCPcopy Index your code
hub / github.com/pacexy/flow / FileRecord

Interface FileRecord

apps/reader/src/db.ts:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { TypographyConfiguration } from './state'
9
10export interface FileRecord {
11 id: string
12 file: File
13}
14
15export interface CoverRecord {
16 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected