MCPcopy Index your code
hub / github.com/cujojs/when / appendStack

Function appendStack

monitor/PromiseMonitor.js:178–183  ·  view source on GitHub ↗
(trace, stack, separator)

Source from the content-addressed store, hash-verified

176 };
177
178 function appendStack(trace, stack, separator) {
179 if (stack.length > 1) {
180 stack[0] = separator;
181 trace.push.apply(trace, stack);
182 }
183 }
184
185 function filterFrames(stackFilter, stack) {
186 return stack.filter(function(frame) {

Callers 1

PromiseMonitor.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…