Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ alert
Function
alert
src/scripting/api/Runtime/Runtime.ts:293–295 ·
view source on GitHub ↗
(msg:string)
Source
from the content-addressed store, hash-verified
291
* @param {string} msg - message
for
alert
292
*/
293
export
function
alert(msg:string):void {
294
__achannel(
"Runtime::alert"
,
"::Runtime"
, msg);
295
}
296
}
Callers
3
Host.js
File · 0.85
bind
Function · 0.85
bscript.js
File · 0.85
Calls
1
__achannel
Function · 0.85
Tested by
no test coverage detected