MCPcopy Create free account
hub / github.com/Lessify/localess / Setup

Interface Setup

functions/src/setup.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { createSpace } from './services';
7
8interface Setup {
9 displayName?: string | null;
10 email: string;
11 password: string;
12}
13
14export const setup = onCall<Setup>(async request => {
15 logger.info('[setup] data: ' + JSON.stringify(request.data));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected