Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexErrant/Pentive
/ CardWithTagCount
Interface
CardWithTagCount
app/src/sqlite/database.ts:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
export
interface
CardWithTagCount extends Card {
31
tagCount: number
32
}
33
34
export
interface
NoteTag {
35
tag: string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected