MCPcopy Create free account
hub / github.com/Moli-X/Resources / encodeURI

Function encodeURI

Script/Parser.js:3059–3059  ·  view source on GitHub ↗
(u)

Source from the content-addressed store, hash-verified

3057 }).replace(/=/g, '');
3058 };
3059 var encodeURI = function (u) { return uriencode(u, true) };
3060 // decoder stuff
3061 var re_btou = /[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g;
3062 var cb_btou = function (cccc) {

Callers 7

notifyMethod · 0.85
notifyMethod · 0.85
convertFunction · 0.85
fetchMethod · 0.85
fetchMethod · 0.85
fetchMethod · 0.85
fetchMethod · 0.85

Calls 1

uriencodeFunction · 0.85

Tested by

no test coverage detected