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

Function onshow

src/pages/fileBrowser/fileBrowser.js:230–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228 if (action === "settings") {
229 filesSettings().show();
230 const onshow = () => {
231 $page.off("show", onshow);
232 reload();
233 };
234 $page.on("show", onshow);
235 return;
236 }

Callers 2

index.jsFile · 0.85
showFunction · 0.85

Calls 2

offMethod · 0.80
reloadFunction · 0.70

Tested by

no test coverage detected