Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ repo
Function
repo
frontend/src/services/cards.ts:5–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
{ isGuest } from
'@/utils/authUtils'
4
5
const
repo = () => getCardRepository(isGuest())
6
7
export
const
getCards =
async
(collectionId: string): Promise<Card[]> => {
8
return
repo().getAll(collectionId)
Callers
5
getCards
Function · 0.70
getCardById
Function · 0.70
createCard
Function · 0.70
updateCard
Function · 0.70
deleteCard
Function · 0.70
Calls
2
getCardRepository
Function · 0.90
isGuest
Function · 0.90
Tested by
no test coverage detected