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

Function predicate

packages/core/test/acceptance/profiler_spec.ts:54–54  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

52
53 function findProfilerCall(condition: ProfilerEvent | ((args: any[]) => boolean)) {
54 let predicate: (args: any[]) => boolean = (_) => true;
55 if (typeof condition !== 'function') {
56 predicate = (args: any[]) => args[0] === condition;
57 } else {

Callers 15

findConnectedBlocksMethod · 0.50
collectOpInfoFunction · 0.50
countVariableUsagesFunction · 0.50
closestNodeFunction · 0.50
closestOrSelfFunction · 0.50
getClosestComponentNameFunction · 0.50
_addQueryMatchFunction · 0.50
applyWhenValueFunction · 0.50
assertFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…