MCPcopy Create free account
hub / github.com/refined-github/refined-github / linkifyIssue

Function linkifyIssue

source/features/rgh-linkify-yolo.tsx:9–12  ·  view source on GitHub ↗
(issueCell: HTMLElement)

Source from the content-addressed store, hash-verified

7import observe from '../helpers/selector-observer.js';
8
9function linkifyIssue(issueCell: HTMLElement): void {
10 // Linkify with hovercards
11 issueCell.replaceChildren(createRghIssueLink(issueCell.textContent));
12}
13
14function linkifyFeature(issueCell: HTMLElement): void {
15 const url = getFeatureUrl(issueCell.textContent as FeatureId);

Callers

nothing calls this directly

Calls 1

createRghIssueLinkFunction · 0.85

Tested by

no test coverage detected