(flag)
| 1106 | var tx; |
| 1107 | |
| 1108 | var hasFlag = function (flag) { |
| 1109 | return parts.indexOf(flag) !== -1; |
| 1110 | }; |
| 1111 | |
| 1112 | if (hasFlag('label')) { |
| 1113 | text.push(formatLabel(cd[index].p)); |
no outgoing calls
no test coverage detected
searching dependent graphs…