MCPcopy Index your code
hub / github.com/angular/angular / getInjectFlag

Function getInjectFlag

packages/core/src/di/injector_compatibility.ts:385–387  ·  view source on GitHub ↗
(token: any)

Source from the content-addressed store, hash-verified

383 * @param token Token that may contain monkey-patched DI flags property.
384 */
385export function getInjectFlag(token: any): number | undefined {
386 return token[DI_DECORATOR_FLAG];
387}

Callers 1

injectArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…