MCPcopy
hub / github.com/nowork-studio/NotFair / rowToSession

Function rowToSession

notfair-cmo/src/server/sessions/index.ts:48–50  ·  view source on GitHub ↗
(row: SessionRow)

Source from the content-addressed store, hash-verified

46}
47
48function rowToSession(row: SessionRow): Session {
49 return { ...row, harness_adapter: row.harness_adapter as HarnessAdapterId };
50}
51
52export function getOrCreateSession(input: {
53 project_slug: string;

Callers 2

getOrCreateSessionFunction · 0.85
getSessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected