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

Method create

src/modules/core/dicontainer.ts:16–18  ·  view source on GitHub ↗
(injector: any, cb: any)

Source from the content-addressed store, hash-verified

14 }
15
16 static create(injector: any, cb: any): DIContainer {
17 return new DIContainer(injector, cb);
18 }
19}

Callers 15

createFunction · 0.45
isSyncMiddleWareFunction · 0.45
isAsyncMiddleWareFunction · 0.45
isSyncAppStartMiddlewareFunction · 0.45
isSyncActionFilterFunction · 0.45
isAsyncActionFilterFunction · 0.45
isSyncResultFilterFunction · 0.45
isAsyncResultFilterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected