Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
waitFor
Function · 0.50
microTask
Function · 0.50
act
Function · 0.50
extractError
Function · 0.50
apply
Method · 0.50
tracing_spec.ts
File · 0.50
run
Method · 0.50
wrapInTimeout
Method · 0.50
deepForEachProvider
Function · 0.50
runInInjectionContext
Function · 0.50
runInContext
Method · 0.50
forEachSingleProvider
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected