MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / clearFilter

Function clearFilter

src/pages/plugins/plugins.js:146–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144 }
145
146 function clearFilter() {
147 currentFilter = null;
148 currentPage = 1;
149 hasMore = true;
150 isLoading = false;
151 plugins.all = [];
152 $list.all.replaceChildren();
153 $list.all.setAttribute("empty-msg", strings["loading..."]);
154 getAllPlugins();
155 }
156
157 Contextmenu({
158 toggler: $filter,

Callers

nothing calls this directly

Calls 1

getAllPluginsFunction · 0.85

Tested by

no test coverage detected