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

Function fx_decodeURI

xs/sources/xsGlobal.c:236–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void fx_decodeURI(txMachine* the)
237{
238 if (mxArgc < 1)
239 mxSyntaxError("no URI parameter");
240 fxDecodeURI(the, (txString)gxURIReservedSet);
241}
242
243void fx_decodeURIComponent(txMachine* the)
244{

Callers

nothing calls this directly

Calls 1

fxDecodeURIFunction · 0.85

Tested by

no test coverage detected