Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ renderAll
Function
renderAll
src/pages/plugins/plugins.js:354–359 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
352
}
353
354
function
renderAll() {
355
render(
"all"
);
356
if
(currentFilter) {
357
applyFilter(currentFilter);
358
}
359
}
360
361
function
renderInstalled() {
362
render(
"installed"
);
Callers
nothing calls this directly
Calls
1
render
Function · 0.70
Tested by
no test coverage detected