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

Function startPracticeSession

frontend/src/services/practiceSessions.ts:7–9  ·  view source on GitHub ↗
(collectionId: string)

Source from the content-addressed store, hash-verified

5const repo = () => getPracticeSessionRepository(isGuest())
6
7export const startPracticeSession = async (collectionId: string): Promise<PracticeSession> => {
8 return repo().start(collectionId)
9}
10
11export const getNextPracticeCard = async (
12 sessionId: string,

Callers 1

usePracticeSessionFunction · 0.90

Calls 2

repoFunction · 0.70
startMethod · 0.65

Tested by

no test coverage detected