MCPcopy Create free account
hub / github.com/RemoteState/nodejs-ecs / constructor

Method constructor

src/controller/usersController.ts:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6export default class UsersController {
7 private static instance: UsersController;
8 private constructor() {}
9
10 public static getInstance(): UsersController {
11 if (!UsersController.instance) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected