Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ getJitOptions
Function
getJitOptions
packages/core/src/render3/jit/jit_options.ts:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
export
function
getJitOptions(): JitCompilerOptions | null {
38
return
jitOptions;
39
}
40
41
export
function
resetJitOptions(): void {
42
jitOptions = null;
Callers
1
compileComponent
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…