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

Function _xsTest

xs/sources/xsmc.c:216–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216txBoolean _xsTest(txMachine *the, txSlot *v)
217{
218 mxOverflow(-1);
219 fxPush(*v);
220 return fxRunTest(the);
221}
222
223txInteger fxIncrementalVars(txMachine* the, txInteger theCount)
224{

Callers

nothing calls this directly

Calls 1

fxRunTestFunction · 0.85

Tested by

no test coverage detected