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

Method getTokenName

packages/core/injector/injector.ts:1230–1232  ·  view source on GitHub ↗
(token: InjectionToken)

Source from the content-addressed store, hash-verified

1228 }
1229
1230 private getTokenName(token: InjectionToken): string {
1231 return isFunction(token) ? (token as Function).name : token.toString();
1232 }
1233
1234 private printResolvingDependenciesLog(
1235 token: InjectionToken,

Callers 3

printFoundInModuleLogMethod · 0.95

Calls 2

isFunctionFunction · 0.90
toStringMethod · 0.45

Tested by

no test coverage detected