(cd, trace)
| 179 | } |
| 180 | |
| 181 | function getBarColor(cd, trace) { |
| 182 | if(trace.type === 'waterfall') { |
| 183 | return trace[cd.dir].marker.color; |
| 184 | } |
| 185 | return cd.mcc || cd.mc || trace.marker.color; |
| 186 | } |
| 187 | |
| 188 | module.exports = { |
| 189 | style: style, |
no outgoing calls
no test coverage detected
searching dependent graphs…