Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ crash
Function
crash
src/scripting/api/Runtime/Runtime.ts:276–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
* Invoke termination of script from outside the sandbox
275
*/
276
export
function
crash():void {
277
__trace(
"Runtime.crash() : Manual crash"
,
"fatal"
);
278
}
279
280
/**
281
* Invoke graceful exit of script engine
Callers
nothing calls this directly
Calls
1
__trace
Function · 0.85
Tested by
no test coverage detected