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

Function fx_encodeURI

xs/sources/xsGlobal.c:250–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void fx_encodeURI(txMachine* the)
251{
252 if (mxArgc < 1)
253 mxSyntaxError("no URI parameter");
254 fxEncodeURI(the, (txString)gxURIReservedAndUnescapedSet);
255}
256
257void fx_encodeURIComponent(txMachine* the)
258{

Callers

nothing calls this directly

Calls 1

fxEncodeURIFunction · 0.85

Tested by

no test coverage detected