MCPcopy
hub / github.com/ClearURLs/Addon / toString

Method toString

core_js/utils/URLHashParams.js:65–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 return this._params.keys();
64 }
65 toString() {
66 const rtn = [];
67 this._params.forEach((key, value) => {
68 if (value) {
69 rtn.push(key + '=' + value);
70 }
71 else {
72 rtn.push(key);
73 }
74 });
75 return rtn.join('&');
76 }
77}

Callers 15

removeFieldsFormURLFunction · 0.80
SFunction · 0.80
RtFunction · 0.80
OtFunction · 0.80
datatables.min.jsFile · 0.80
FeFunction · 0.80
pFunction · 0.80
hexDoubleFunction · 0.80
bootstrap.min.jsFile · 0.80
check_single_cidrFunction · 0.80
ip-range-check.jsFile · 0.80

Calls 1

forEachMethod · 0.80

Tested by

no test coverage detected