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

Function fxAccess

xs/sources/xsAPI.c:1870–1879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1868}
1869
1870void fxAccess(txMachine* the, txSlot* theSlot)
1871{
1872 if (theSlot)
1873 the->scratch = *theSlot;
1874 else
1875 the->scratch.kind = XS_UNDEFINED_KIND;
1876 the->scratch.next = NULL;
1877 the->scratch.flag = XS_NO_FLAG;
1878 the->scratch.ID = XS_NO_ID;
1879}
1880
1881/* Host */
1882

Callers 2

fx_callbackTimerFunction · 0.85
fx_setTimerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected