()
| 129 | } |
| 130 | |
| 131 | func (m *ElectionsModule) save() { |
| 132 | m.plug.WriteStruct(`elections-state`, m.state) |
| 133 | } |
| 134 | |
| 135 | // zoneTaxRate returns the tax rate (0-100) for the given zone key. |
| 136 | // Defaults to 1 if no rate has been explicitly set. |
nothing calls this directly
no test coverage detected