MCPcopy Index your code
hub / github.com/stacktracejs/stacktrace.js / _filtered

Function _filtered

stacktrace.js:62–67  ·  view source on GitHub ↗
(stackframes, filter)

Source from the content-addressed store, hash-verified

60 }
61
62 function _filtered(stackframes, filter) {
63 if (typeof filter === 'function') {
64 return stackframes.filter(filter);
65 }
66 return stackframes;
67 }
68
69 return {
70 /**

Callers 1

stacktrace.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected