Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fxString
Function
fxString
xs/sources/xsAPI.c:247–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
247
void fxString(txMachine* the, txSlot* theSlot, txString theValue)
248
{
249
fxCopyStringC(the, theSlot, theValue);
250
}
251
252
void fxStringX(txMachine* the, txSlot* theSlot, txString theValue)
253
{
Callers
2
xsffi.c
File · 0.85
fxVerifyError
Function · 0.85
Calls
1
fxCopyStringC
Function · 0.85
Tested by
no test coverage detected