MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / save

Method save

modules/elections/elections.go:131–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129}
130
131func (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.

Callers

nothing calls this directly

Calls 1

WriteStructMethod · 0.80

Tested by

no test coverage detected