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

Function fn

packages/zone.js/test/zone-spec/proxy.spec.ts:99–99  ·  view source on GitHub ↗
(a: any)

Source from the content-addressed store, hash-verified

97
98 it('should intercept', () => {
99 const fn = (a: any) => a;
100 expect(proxyZone.wrap(fn, 'test')('works')).toEqual('works');
101 proxyZoneSpec.setDelegate({
102 name: '.',

Callers 2

__load_patchMethod · 0.50
safeAsyncFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected