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

Function init

source/features/rgh-improve-new-issue-form.tsx:155–164  ·  view source on GitHub ↗
(signal: AbortSignal)

Source from the content-addressed store, hash-verified

153}
154
155function init(signal: AbortSignal): void {
156 observe('input[aria-label="Add a title"]', addAutocomplete, {signal});
157 observe('[class^="CreateIssueForm-module__mainContentSection"]', () => {
158 void linkifyCacheRefresh();
159 void checkToken();
160 void validateTokenCheckbox();
161 void setVersion();
162 checkVersionAge();
163 }, {signal});
164}
165
166void features.add(import.meta.url, {
167 asLongAs: [

Callers

nothing calls this directly

Calls 6

observeFunction · 0.85
linkifyCacheRefreshFunction · 0.85
checkTokenFunction · 0.85
validateTokenCheckboxFunction · 0.85
setVersionFunction · 0.85
checkVersionAgeFunction · 0.85

Tested by

no test coverage detected