Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/refined-github/refined-github
/ get
Method
get
source/github-helpers/search-query.ts:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
get(): string {
94
return
this.getQueryParts().join(
' '
);
95
}
96
97
set(query: string): this {
98
this.queryParts = splitQueryString(query);
Callers
15
href
Method · 0.95
replace
Method · 0.95
StyleSheet
Function · 0.80
getStyleHotfixes
Function · 0.80
showWelcomePage
Function · 0.80
feature-manager.tsx
File · 0.80
unload
Function · 0.80
userIsAdmin
Function · 0.80
userHasPushAccess
Function · 0.80
userIsModerator
Function · 0.80
api.tsx
File · 0.80
search-query.test.ts
File · 0.80
Calls
1
getQueryParts
Method · 0.95
Tested by
no test coverage detected