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

Function captureStackTraces

packages/zone.js/lib/zone-spec/long-stack-trace.ts:166–171  ·  view source on GitHub ↗
(stackTraces: string[][], count: number)

Source from the content-addressed store, hash-verified

164 };
165
166 function captureStackTraces(stackTraces: string[][], count: number): void {
167 if (count > 0) {
168 stackTraces.push(getFrames(new LongStackTrace().error));
169 captureStackTraces(stackTraces, count - 1);
170 }
171 }
172
173 function computeIgnoreFrames() {
174 if (!stackTracesEnabled()) {

Callers 1

computeIgnoreFramesFunction · 0.85

Calls 2

getFramesFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…