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

Method getItems

modules/storage/storage.go:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105}
106
107func (s *StorageData) getItems() []items.Item {
108 return append([]items.Item{}, s.Items...)
109}
110
111func (s *StorageData) findItem(itemName string) (items.Item, bool) {
112 if itemName == `` {

Callers 3

GetStorageItemsMethod · 0.80
storageCommandMethod · 0.80
storageForUserMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected