MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / repo

Function repo

frontend/src/services/practiceSessions.ts:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import { isGuest } from '@/utils/authUtils'
4
5const repo = () => getPracticeSessionRepository(isGuest())
6
7export const startPracticeSession = async (collectionId: string): Promise<PracticeSession> => {
8 return repo().start(collectionId)

Callers 3

startPracticeSessionFunction · 0.70
getNextPracticeCardFunction · 0.70
submitPracticeCardResultFunction · 0.70

Calls 2

isGuestFunction · 0.90

Tested by

no test coverage detected