MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / updateItemStore

Method updateItemStore

gui/builtinMarketBrowser/itemView.py:170–171  ·  view source on GitHub ↗
(self, items)

Source from the content-addressed store, hash-verified

168 self.filterItemStore()
169
170 def updateItemStore(self, items):
171 self.unfilteredStore = items
172
173 def filterItemStore(self):
174 filteredItems = self.filterItems()

Callers 4

selectionMadeMethod · 0.95
fitChangedMethod · 0.95
clearSearchMethod · 0.95
populateSearchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected