(custom)
| 168 | } |
| 169 | |
| 170 | function isFloatBar(custom) { |
| 171 | return custom && custom.barStart !== undefined && custom.barEnd !== undefined; |
| 172 | } |
| 173 | |
| 174 | function barSign(size, vScale, actualBase) { |
| 175 | if (size !== 0) { |
no outgoing calls
no test coverage detected