(tooltipItems, options)
| 546 | } |
| 547 | |
| 548 | getBeforeBody(tooltipItems, options) { |
| 549 | return getBeforeAfterBodyLines( |
| 550 | invokeCallbackWithFallback(options.callbacks, 'beforeBody', this, tooltipItems) |
| 551 | ); |
| 552 | } |
| 553 | |
| 554 | getBody(tooltipItems, options) { |
| 555 | const {callbacks} = options; |
no test coverage detected