Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mobxjs/mobx
/ toString
Method
toString
packages/mobx/src/api/flow.ts:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
toString() {
28
return
`Error: ${this.message}`
29
}
30
}
31
32
export
function
isFlowCancellationError(error: Error) {
Callers
2
storeAnnotation
Function · 0.45
assertNotDecorated
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected