* Set precision to 'unsigned' or 'single' * @param {String} flag 'unsigned' or 'single' * @return {this}
(flag)
| 567 | * @return {this} |
| 568 | */ |
| 569 | setPrecision(flag) { |
| 570 | this.precision = flag; |
| 571 | return this; |
| 572 | } |
| 573 | |
| 574 | /** |
| 575 | * @param flag |
no outgoing calls
no test coverage detected