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

Function fxIndexToString

xs/sources/xsDebug.c:2340–2343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2338}
2339
2340void fxIndexToString(txMachine* the, txIndex theIndex, txString theBuffer, txSize theSize)
2341{
2342 c_snprintf(theBuffer, theSize, "%u", (unsigned int)theIndex);
2343}
2344
2345void fxListFrames(txMachine* the)
2346{

Callers 2

fxEchoPropertyInstanceFunction · 0.85
fxEchoPropertyNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected