Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
export
default alert;
Callers
nothing calls this directly
Calls
3
onhide
Function · 0.70
hideAlert
Function · 0.70
remove
Method · 0.45
Tested by
no test coverage detected