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

Method publicFields

api/server/models/User.ts:294–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292
293interface IUserModel extends mongoose.Model<IUserDocument> {
294 publicFields(): string[];
295
296 registerOrLogIn({
297 uid,

Callers 1

setupPasswordlessFunction · 0.65

Implementers 1

UserClassapi/server/models/User.ts

Calls

no outgoing calls

Tested by

no test coverage detected