MCPcopy
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

hrefMethod · 0.95
replaceMethod · 0.95
StyleSheetFunction · 0.80
getStyleHotfixesFunction · 0.80
showWelcomePageFunction · 0.80
unloadFunction · 0.80
userIsAdminFunction · 0.80
userHasPushAccessFunction · 0.80
userIsModeratorFunction · 0.80
api.tsxFile · 0.80

Calls 1

getQueryPartsMethod · 0.95

Tested by

no test coverage detected