Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ injectViewContext
Function
injectViewContext
packages/core/src/render3/view_context.ts:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
export
function
injectViewContext(): ViewContext {
27
return
new
ViewContext(getLView()!, getCurrentTNode()!);
28
}
Callers
nothing calls this directly
Calls
2
getLView
Function · 0.90
getCurrentTNode
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…