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

Function func

packages/zone.js/test/rxjs/rxjs.util.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9export function supportFeature(Observable: any, method: string) {
10 const func = function () {
11 return !!Observable.prototype[method];
12 };
13 (func as any).message = `Observable.${method} not support`;
14}

Callers 1

execTimedFunction · 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…