MCPcopy
hub / github.com/thinkjs/thinkjs / beforeStartServer

Method beforeStartServer

index.d.ts:499–499  ·  view source on GitHub ↗
(fn: Function)

Source from the content-addressed store, hash-verified

497 service(name: string, ...args: any[]): any;
498 service(name: string, m: any, ...args: any[]): any;
499 beforeStartServer(fn: Function): Promise<any>;
500 }
501
502 export var think : Think;

Callers 2

runInMasterMethod · 0.80
runInWorkerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected