MCPcopy
hub / github.com/eggjs/egg / SingleModeApplication

Interface SingleModeApplication

test/utils.ts:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27export { MockApplication, MockOptions, MockClusterOptions, mm };
28export interface SingleModeApplication extends MockApplication {
29 agent: SingleModeAgent & MockApplication['agent'];
30}
31
32export const restore = () => mm.restore();
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…