MCPcopy Create free account
hub / github.com/msgbyte/tailchat / serviceName

Method serviceName

server/services/core/user/user.service.ts:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41interface UserService extends TcService, TcDbService<UserDocument, UserModel> {}
42class UserService extends TcService {
43 get serviceName() {
44 return 'user';
45 }
46
47 onInit() {
48 this.registerLocalDb(require('../../../models/user/user').default);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected