Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
func
(m *FishingModule) load() {
177
m.plug.ReadIntoStruct(configKey, &m.cfg)
178
}
179
180
func
(m *FishingModule) save() {
181
m.plug.WriteStruct(configKey, m.cfg)
Callers
nothing calls this directly
Calls
1
ReadIntoStruct
Method · 0.80
Tested by
no test coverage detected