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

Function hide

src/dialogs/alert.js:69–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 function hide() {
70 if (onhide) onhide();
71 actionStack.remove("alert");
72 hideAlert();
73 }
74}
75
76export default alert;

Callers

nothing calls this directly

Calls 3

onhideFunction · 0.70
hideAlertFunction · 0.70
removeMethod · 0.45

Tested by

no test coverage detected