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