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

Function disableSubmission

source/features/sync-pr-commit-title.tsx:90–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90function disableSubmission(): void {
91 features.unload(import.meta.url);
92 getUi().remove();
93}
94
95function init(signal: AbortSignal): void {
96 // PR title -> Commit title field

Callers

nothing calls this directly

Calls 2

getUiFunction · 0.85
removeMethod · 0.80

Tested by

no test coverage detected