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

Function getAsync

packages/core/test/common/webGenerator.test.ts:202–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 const ctx = {
201 requestContext: {
202 getAsync() {
203 return new HomeController();
204 }
205 },
206 response: {
207 headers: {},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected