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

Method load

modules/auctions/auctions.go:115–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113}
114
115func (mod *AuctionsModule) load() {
116 mod.plug.ReadIntoStruct(`auctionhistory`, &mod.auctionMgr)
117}
118
119func (mod *AuctionsModule) save() {
120 mod.plug.WriteStruct(`auctionhistory`, mod.auctionMgr)

Callers

nothing calls this directly

Calls 1

ReadIntoStructMethod · 0.80

Tested by

no test coverage detected