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

Function fx_parseURLHasOpaquePath

modules/data/url/url.c:903–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901}
902
903txBoolean fx_parseURLHasOpaquePath(txMachine* the, txSlot* parts)
904{
905 mxPushSlot(parts);
906 return mxHasID(xsID_path);
907}
908
909txBoolean fx_parseURLHost(txMachine* the, txStringStream* src, txInteger from, txInteger to, txStringStream* dst, txBoolean special)
910{

Callers 1

fx_parseURLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected