Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
replace
Method · 0.95
create
Function · 0.80
showWelcomePage
Function · 0.80
add
Function · 0.80
v3hasAnyItems
Function · 0.80
search-query.test.ts
File · 0.80
from
Method · 0.80
href
Method · 0.80
getFeatureRelatedIssuesUrl
Function · 0.80
append
Method · 0.80
startFeatureIdentification
Function · 0.80
onChoiceButtonClick
Function · 0.80
Calls
1
splitQueryString
Function · 0.85
Tested by
no test coverage detected