MCPcopy Create free account
hub / github.com/ParallelTask/dinoloop / serverError

Method serverError

src/modules/interfaces/idino.ts:17–17  ·  view source on GitHub ↗
(middleware: Function & { prototype: T })

Source from the content-addressed store, hash-verified

15 requestStart<T>(middleware: Function & { prototype: T }): void;
16 requestEnd<T>(middleware: Function & { prototype: T }): void;
17 serverError<T>(middleware: Function & { prototype: T }): void;
18 applicationStart<T>(middleware: Function & { prototype: T }): void;
19 dependencyResolver<T>(
20 injector: T, cb: (injector: T, type: any) => any): void;

Callers 8

registerFunction · 0.65
dino.spec.tsFile · 0.65
app.tsFile · 0.65
app.tsFile · 0.65

Implementers 1

Dinosrc/api/dino.ts

Calls

no outgoing calls

Tested by 1

registerFunction · 0.52