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

Function getNextPracticeCard

frontend/src/services/practiceSessions.ts:11–15  ·  view source on GitHub ↗
(
  sessionId: string,
)

Source from the content-addressed store, hash-verified

9}
10
11export const getNextPracticeCard = async (
12 sessionId: string,
13): Promise<PracticeCardResponse | null> => {
14 return repo().getNextCard(sessionId)
15}
16
17export const submitPracticeCardResult = async (
18 sessionId: string,

Callers 1

usePracticeSessionFunction · 0.90

Calls 2

repoFunction · 0.70
getNextCardMethod · 0.65

Tested by

no test coverage detected