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

Function setShouldCopySymbolProperties

packages/zone.js/lib/common/utils.ts:420–422  ·  view source on GitHub ↗
(flag: boolean)

Source from the content-addressed store, hash-verified

418let shouldCopySymbolProperties = false;
419
420export function setShouldCopySymbolProperties(flag: boolean) {
421 shouldCopySymbolProperties = flag;
422}
423
424export function patchMethod(
425 target: any,

Callers 1

patchNodeUtilFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…