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

Method constructor

packages/core/test/scope/transient-scope.spec.ts:23–26  ·  view source on GitHub ↗
(
      public transient: TransientService,
      @Inject(SOME_TOKEN) public token: string,
    )

Source from the content-addressed store, hash-verified

21 @Injectable()
22 class RegularService {
23 constructor(
24 public transient: TransientService,
25 @Inject(SOME_TOKEN) public token: string,
26 ) {}
27 }
28
29 @Injectable()

Callers

nothing calls this directly

Calls 1

InjectFunction · 0.90

Tested by

no test coverage detected