MCPcopy Create free account
hub / github.com/ZToolsCenter/ZTools / init

Method init

src/main/core/httpServer.ts:29–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 public async init(): Promise<void> {
30 await this.loadConfig()
31 if (this.config.enabled) {
32 this.start()
33 }
34 }
35
36 public async loadConfig(): Promise<HttpServerConfig> {
37 try {

Callers

nothing calls this directly

Calls 2

loadConfigMethod · 0.95
startMethod · 0.95

Tested by

no test coverage detected