MCPcopy
hub / github.com/scottbez1/splitflap / set

Function set

docs/js/url-search-params/index.js:272–276  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

270 search.set.call(this._usp, name ? ('?' + name) : '');
271 }
272 function set(name, value) {
273 URLSearchParamsProto.set.call(this, name, value);
274 name = this.toString();
275 search.set.call(this._usp, name ? ('?' + name) : '');
276 }
277 return function (sp, value) {
278 sp.append = append;
279 sp.delete = del;

Callers 4

_extract_colorsMethod · 0.85
exclude_layerMethod · 0.85
include_layerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected