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

Function fx_decodeURIComponent

xs/sources/xsGlobal.c:243–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void fx_decodeURIComponent(txMachine* the)
244{
245 if (mxArgc < 1)
246 mxSyntaxError("no URI Component parameter");
247 fxDecodeURI(the, (txString)gxURIEmptySet);
248}
249
250void fx_encodeURI(txMachine* the)
251{

Callers

nothing calls this directly

Calls 1

fxDecodeURIFunction · 0.85

Tested by

no test coverage detected