MCPcopy Create free account
hub / github.com/AlexErrant/Pentive / CardTagFts

Interface CardTagFts

app/src/sqlite/database.ts:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93export interface CardTagFts {
94 rowid: number
95 tag: string
96}
97
98export interface RemoteNote {
99 localId: LDbId

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected