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

Method includes

source/github-helpers/search-query.ts:141–143  ·  view source on GitHub ↗
(...searchStrings: string[])

Source from the content-addressed store, hash-verified

139 }
140
141 includes(...searchStrings: string[]): boolean {
142 return this.getQueryParts().some(queryPart => searchStrings.includes(queryPart));
143 }
144}

Callers 15

entryFileNamesFunction · 0.80
onwarnFunction · 0.80
getNewFeatureNameFunction · 0.80
index.tsFile · 0.80
getErrorFunction · 0.80
v4uncachedFunction · 0.80
cacheKeyFunction · 0.80
getUserAvatarFunction · 0.80
parseReferenceRawFunction · 0.80
parseTokenScopesFunction · 0.80
expectTokenScopeFunction · 0.80

Calls 1

getQueryPartsMethod · 0.95

Tested by

no test coverage detected