MCPcopy
hub / github.com/refined-github/refined-github / init

Function init

source/features/quick-review-comment-deletion.tsx:37–41  ·  view source on GitHub ↗
(signal: AbortSignal)

Source from the content-addressed store, hash-verified

35}
36
37function init(signal: AbortSignal): void {
38 delegate('.rgh-review-comment-delete-button', 'click', onButtonClick, {signal});
39 delegate('.rgh-quick-comment-edit-button', 'click', preloadDropdown, {signal});
40 observe('.review-comment .js-comment-cancel-button', addDeleteButton, {signal});
41}
42
43void features.add(import.meta.url, {
44 asLongAs: [

Callers

nothing calls this directly

Calls 1

observeFunction · 0.85

Tested by

no test coverage detected