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

Function fn

packages/common/test/pipes/keyvalue_pipe_spec.ts:26–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 it('should return null for an unsupported type', () => {
25 const pipe = new KeyValuePipe(defaultKeyValueDiffers);
26 const fn = () => {};
27 expect(pipe.transform(fn as any as null)).toEqual(null);
28 });
29 describe('object dictionary', () => {

Callers 7

forEachMethod · 0.50
deepForEachFunction · 0.50
runWatchersMethod · 0.50
$evalAsyncMethod · 0.50

Calls

no outgoing calls

Tested by 2

runWatchersMethod · 0.40
$evalAsyncMethod · 0.40