MCPcopy
hub / github.com/angular/angular / fn

Function fn

packages/core/test/signals/is_signal_spec.ts:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32 it('should return false for function', () => {
33 const fn = () => {};
34 expect(isSignal(fn)).toBe(false);
35 });
36});

Callers 15

waitForFunction · 0.50
microTaskFunction · 0.50
actFunction · 0.50
extractErrorFunction · 0.50
applyMethod · 0.50
tracing_spec.tsFile · 0.50
runMethod · 0.50
wrapInTimeoutMethod · 0.50
deepForEachProviderFunction · 0.50
runInInjectionContextFunction · 0.50
runInContextMethod · 0.50
forEachSingleProviderFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected