(v)
| 11 | var _ = require('../../lib')._; |
| 12 | |
| 13 | function isNonBlankString(v) { |
| 14 | return v && typeof v === 'string'; |
| 15 | } |
| 16 | |
| 17 | module.exports = function calc(gd, trace) { |
| 18 | var hasLocationData = isArrayOrTypedArray(trace.locations); |
no outgoing calls
no test coverage detected
searching dependent graphs…