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

Method constructor

src/controller/healthController.ts:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3export default class HealthController {
4 private static instance: HealthController;
5 private constructor() {}
6
7 public static getInstance(): HealthController {
8 if (!HealthController.instance) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected