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

Method execute

packages/core/testing/src/test_bed.ts:431–433  ·  view source on GitHub ↗
(tokens: any[], fn: Function, context?: any)

Source from the content-addressed store, hash-verified

429 }
430
431 static execute(tokens: any[], fn: Function, context?: any): any {
432 return TestBedImpl.INSTANCE.execute(tokens, fn, context);
433 }
434
435 static get platform(): PlatformRef {
436 return TestBedImpl.INSTANCE.platform;

Callers

nothing calls this directly

Calls 4

injectMethod · 0.95
mapMethod · 0.80
executeMethod · 0.65
applyMethod · 0.65

Tested by

no test coverage detected