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

Function helperToken

integration/injector/e2e/injector.spec.ts:156–156  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

154 }
155
156 const helperToken = (index: number) => `HELPER_${index}`;
157 const helperAliases = helpers.map((helper, index) => ({
158 provide: helperToken(index),
159 useExisting: helper,

Callers 2

injector.spec.tsFile · 0.85
constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected