MCPcopy
hub / github.com/midwayjs/midway / getApplicationContext

Function getApplicationContext

packages/faas/src/starter.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 private startedExports: Record<string, any>;
17
18 public getApplicationContext() {
19 return this.applicationContext;
20 }
21
22 public async close() {
23 await this.onClose();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected