Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
90
function disableSubmission(): void {
91
features.unload(import.meta.url);
92
getUi().remove();
93
}
94
95
function init(signal: AbortSignal): void {
96
// PR title -> Commit title field
Callers
nothing calls this directly
Calls
2
getUi
Function · 0.85
remove
Method · 0.80
Tested by
no test coverage detected