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

Function fxInteger

xs/sources/xsAPI.c:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void fxInteger(txMachine* the, txSlot* theSlot, txInteger theValue)
144{
145 theSlot->value.integer = theValue;
146 theSlot->kind = XS_INTEGER_KIND;
147}
148
149txInteger fxToInteger(txMachine* the, txSlot* theSlot)
150{

Calls

no outgoing calls

Tested by

no test coverage detected