Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
import
{ TypographyConfiguration } from
'./state'
9
10
export
interface
FileRecord {
11
id: string
12
file: File
13
}
14
15
export
interface
CoverRecord {
16
id: string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected