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

Function fx_parseURLNullPart

modules/data/url/url.c:1322–1328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1320}
1321
1322void fx_parseURLNullPart(txMachine* the, txSlot* target, txID id)
1323{
1324 mxPushNull();
1325 mxPushSlot(target);
1326 mxSetID(id);
1327 mxPop();
1328}
1329
1330void fx_parseURLPercentEncode(txMachine* the, txInteger c, txStringStream* dst, const char* set)
1331{

Callers 1

fx_parseURLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected