MCPcopy Create free account
hub / github.com/async-labs/async / registerOrLogIn

Method registerOrLogIn

api/server/models/User.ts:296–296  ·  view source on GitHub ↗
({
    uid,
    email,
    isLoginEvent,
    teamId,
  }: {
    uid: string;
    email: string;
    isLoginEvent: boolean;
    teamId?: string;
  })

Source from the content-addressed store, hash-verified

294 publicFields(): string[];
295
296 registerOrLogIn({
297 uid,
298 email,
299 isLoginEvent,

Callers 1

Implementers 1

UserClassapi/server/models/User.ts

Calls

no outgoing calls

Tested by

no test coverage detected