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

Method load

modules/fishing/fishing.go:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174}
175
176func (m *FishingModule) load() {
177 m.plug.ReadIntoStruct(configKey, &m.cfg)
178}
179
180func (m *FishingModule) save() {
181 m.plug.WriteStruct(configKey, m.cfg)

Callers

nothing calls this directly

Calls 1

ReadIntoStructMethod · 0.80

Tested by

no test coverage detected