MCPcopy
hub / github.com/refined-github/refined-github / set

Method set

source/github-helpers/search-query.ts:97–100  ·  view source on GitHub ↗
(query: string)

Source from the content-addressed store, hash-verified

95 }
96
97 set(query: string): this {
98 this.queryParts = splitQueryString(query);
99 return this;
100 }
101
102 get searchParams(): URLSearchParams {
103 return this.url.searchParams;

Callers 15

replaceMethod · 0.95
createFunction · 0.80
showWelcomePageFunction · 0.80
addFunction · 0.80
v3hasAnyItemsFunction · 0.80
fromMethod · 0.80
hrefMethod · 0.80
appendMethod · 0.80
onChoiceButtonClickFunction · 0.80

Calls 1

splitQueryStringFunction · 0.85

Tested by

no test coverage detected