MCPcopy
hub / github.com/learnhouse/learnhouse / SharedStudent

Interface SharedStudent

apps/e2e/core/sharedAuth.ts:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20const SHARED_FILE = join(AUTH_DIR, 'shared.json')
21
22export interface SharedStudent {
23 email: string
24 username: string
25 password: string
26 id: number
27}
28
29export function ensureAuthDir(): void {
30 if (!existsSync(AUTH_DIR)) mkdirSync(AUTH_DIR, { recursive: true })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected