MCPcopy Index your code
hub / github.com/refined-github/refined-github / prepend

Method prepend

source/github-helpers/search-query.ts:136–139  ·  view source on GitHub ↗
(...queryPartsToAdd: string[])

Source from the content-addressed store, hash-verified

134 }
135
136 prepend(...queryPartsToAdd: string[]): this {
137 this.queryParts.unshift(...queryPartsToAdd);
138 return this;
139 }
140
141 includes(...searchStrings: string[]): boolean {
142 return this.getQueryParts().some(queryPart => searchStrings.includes(queryPart));

Callers 15

registerHotkeyFunction · 0.80
repositionAnchorsFunction · 0.80
applyStyleHotfixesFunction · 0.80
observeFunction · 0.80
removeAllFiltersFunction · 0.80
addRepoAvatarFunction · 0.80
addAvatarFunction · 0.80
renderLabelInCommitTitleFunction · 0.80
addNoticeFunction · 0.80
addFunction · 0.80
addIndicatorsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected