MCPcopy
hub / github.com/MithrilJS/mithril.js / getStackName

Function getStackName

ospec/ospec.js:314–316  ·  view source on GitHub ↗
(e, exp)

Source from the content-addressed store, hash-verified

312 else return error
313 }
314 function getStackName(e, exp) {
315 return e.stack && exp.test(e.stack) ? e.stack.match(exp)[1] : null
316 }
317
318 o.report = function (results) {
319 var errCount = 0

Callers 1

ospec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected