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

Function multilineAriaLabel

source/github-helpers/index.ts:196–198  ·  view source on GitHub ↗
(...lines: string[])

Source from the content-addressed store, hash-verified

194}
195
196export function multilineAriaLabel(...lines: string[]): string {
197 return lines.join('\n');
198}
199
200export function scrollIntoViewIfNeeded(element: Element): void {
201 // @ts-expect-error No Firefox support https://developer.mozilla.org/docs/Web/API/Element/scrollIntoViewIfNeeded

Callers 3

addButtonFunction · 0.85
addLegacyButtonFunction · 0.85
addButtonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected