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

Method didLoad

example/helloworld-typescript/app.ts:10–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 }
9
10 async didLoad() {
11 console.error('didLoad');
12 // Ready to call configDidLoad,
13 // Config, plugin files are referred,
14 // this is the last chance to modify the config.
15 // throw new Error('Method not implemented.');
16 }
17
18 async willReady() {
19 // All plugins have started, can do some thing before app ready

Callers

nothing calls this directly

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected