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

Method append

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

Source from the content-addressed store, hash-verified

129 }
130
131 append(...queryPartsToAdd: string[]): this {
132 this.queryParts.push(...queryPartsToAdd);
133 return this;
134 }
135
136 prepend(...queryPartsToAdd: string[]): this {
137 this.queryParts.unshift(...queryPartsToAdd);

Callers 6

addAfterBranchSelectorFunction · 0.45
parseBackticksFunction · 0.45
updateToastFunction · 0.45
showToastFunction · 0.45
addNoticeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected