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

Function fx_parseURLEmptyPart

modules/data/url/url.c:895–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893}
894
895void fx_parseURLEmptyPart(txMachine* the, txSlot* target, txID id)
896{
897 mxPush(mxEmptyString);
898 mxPushSlot(target);
899 mxSetID(id);
900 mxPop();
901}
902
903txBoolean fx_parseURLHasOpaquePath(txMachine* the, txSlot* parts)
904{

Callers 1

fx_parseURLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected