Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
entryFileNames
Function · 0.80
onwarn
Function · 0.80
getNewFeatureName
Function · 0.80
index.ts
File · 0.80
getError
Function · 0.80
v4uncached
Function · 0.80
cacheKey
Function · 0.80
search-query.test.ts
File · 0.80
getUserAvatar
Function · 0.80
parseReferenceRaw
Function · 0.80
parseTokenScopes
Function · 0.80
expectTokenScope
Function · 0.80
Calls
1
getQueryParts
Method · 0.95
Tested by
no test coverage detected