(widgetDate)
| 110 | function createChainWidget() { |
| 111 | class ChainDate { |
| 112 | constructor(widgetDate) { |
| 113 | this.widgetDate = widgetDate; |
| 114 | } |
| 115 | applyDateStyle() { |
| 116 | this.widgetDate.applyDateStyle(); |
| 117 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected