(self)
| 394 | return fit.getRemoteReps(spoolOptions=SpoolOptions(SpoolType.SPOOL_SCALE, defaultSpoolValue, False)).hull, 'HP/s' |
| 395 | |
| 396 | def _getFitTooltip(self): |
| 397 | return 'Declared hull repair speed' |
| 398 | |
| 399 | |
| 400 | HullRRColumn.register() |
nothing calls this directly
no outgoing calls
no test coverage detected