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

Function filterFrames

monitor/PromiseMonitor.js:185–189  ·  view source on GitHub ↗
(stackFilter, stack)

Source from the content-addressed store, hash-verified

183 }
184
185 function filterFrames(stackFilter, stack) {
186 return stack.filter(function(frame) {
187 return !stackFilter.test(frame);
188 });
189 }
190
191 function filterHandled(t) {
192 return !t.handler.handled;

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…