MCPcopy
hub / github.com/nestjs/nest / ReqScopedPipe

Class ReqScopedPipe

packages/core/test/nest-application-context.spec.ts:432–433  ·  packages/core/test/nest-application-context.spec.ts::ReqScopedPipe

Source from the content-addressed store, hash-verified

430 it(class="st">'get() should throw when dependency tree is not static (request-scoped enhancer attached)', async () => {
431 class Host {}
432 @Injectable({ scope: Scope.REQUEST })
433 class ReqScopedPipe {}
434
435 const nestContainer = new NestContainer();
436 const injector = new Injector();

Callers

nothing calls this directly

Calls 1

InjectableFunction · 0.90

Tested by

no test coverage detected