MCPcopy Index your code
hub / github.com/ClearURLs/Addon / append

Method append

core_js/utils/URLHashParams.js:46–48  ·  view source on GitHub ↗
(name, value = null)

Source from the content-addressed store, hash-verified

44 }
45 }
46 append(name, value = null) {
47 this._params.put(name, value);
48 }
49 delete(name) {
50 this._params.delete(name);
51 }

Callers 15

VFunction · 0.80
ntFunction · 0.80
htFunction · 0.80
SFunction · 0.80
CtFunction · 0.80
ItFunction · 0.80
AtFunction · 0.80
BtFunction · 0.80
qtFunction · 0.80
UtFunction · 0.80
datatables.min.jsFile · 0.80
nFunction · 0.80

Calls 1

putMethod · 0.80

Tested by

no test coverage detected