Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
*/
385
export
function
getInjectFlag(token: any): number | undefined {
386
return
token[DI_DECORATOR_FLAG];
387
}
Callers
1
injectArgs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected