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

Function updateCommitTitle

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

Source from the content-addressed store, hash-verified

79}
80
81async function updateCommitTitle(): Promise<void> {
82 if (!needsSubmission()) {
83 return;
84 }
85
86 const field = $(commitTitleFieldSelector);
87 setReactInputValue(field, createCommitTitle());
88}
89
90function disableSubmission(): void {
91 features.unload(import.meta.url);

Callers

nothing calls this directly

Calls 3

needsSubmissionFunction · 0.85
setReactInputValueFunction · 0.85
createCommitTitleFunction · 0.85

Tested by

no test coverage detected