MCPcopy
hub / github.com/learnhouse/learnhouse / extractBoardUuid

Function extractBoardUuid

apps/collab/src/index.ts:77–81  ·  view source on GitHub ↗
(documentName: string)

Source from the content-addressed store, hash-verified

75}, 5 * 60_000)
76
77function extractBoardUuid(documentName: string): string | null {
78 // Room naming: board:{board_uuid}
79 const match = documentName.match(/^board:(.+)$/)
80 return match ? match[1] : null
81}
82
83// ── Redis connection ────────────────────────────────────────────────────────
84

Callers 4

onAuthenticateFunction · 0.85
onConnectFunction · 0.85
fetchFunction · 0.85
storeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected