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

Method dependencyResolver

src/modules/interfaces/idino.ts:19–19  ·  view source on GitHub ↗
(
        injector: T, cb: (injector: T, type: any) => any)

Source from the content-addressed store, hash-verified

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;
21 bind(): void;
22 useRouter(cb: () => any): void;

Callers 6

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

Implementers 1

Dinosrc/api/dino.ts

Calls

no outgoing calls

Tested by

no test coverage detected