MCPcopy 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
37export function getJitOptions(): JitCompilerOptions | null {
38 return jitOptions;
39}
40
41export function resetJitOptions(): void {
42 jitOptions = null;

Callers 1

compileComponentFunction · 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…