MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxAbortString

Function fxAbortString

xs/sources/xsError.c:485–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483};
484
485txString fxAbortString(int status)
486{
487 if ((status < 0) || (status >= (int)(sizeof(gXSAbortStrings) / sizeof(txString))))
488 return "unknown";
489
490 return gXSAbortStrings[status];
491}
492
493#if mxExplicitResourceManagement
494

Callers 12

fxAbortFunction · 0.85
PiuScreenControlProcFunction · 0.85
fxScreenAbortAuxFunction · 0.85
xst.cFile · 0.85
xst262.cFile · 0.85
fxAbortFunction · 0.85
fxAbortFunction · 0.85
fxAbortFunction · 0.85
fxAbortFunction · 0.85
fxAbortFunction · 0.85
fxAbortFunction · 0.85
modCloneMachineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected