Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/statelyai/xstate
/ reportUnhandledError
Function
reportUnhandledError
packages/core/src/reportUnhandledError.ts:9–13 ·
view source on GitHub ↗
(err: unknown)
Source
from the content-addressed store, hash-verified
7
* @param err Error to be thrown
8
*/
9
export
function
reportUnhandledError(err: unknown) {
10
setTimeout(() => {
11
throw err;
12
});
13
}
Callers
5
constructor
Method · 0.90
update
Method · 0.90
subscribe
Method · 0.90
_complete
Method · 0.90
_reportError
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…