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

Function init

source/features/rgh-netiquette.tsx:59–68  ·  view source on GitHub ↗
(signal: AbortSignal)

Source from the content-addressed store, hash-verified

57}
58
59function init(signal: AbortSignal): void | false {
60 observe(
61 [
62 '#issuecomment-new:has(file-attachment)',
63 '[data-testid="comment-composer"]',
64 ],
65 addConversationBanner,
66 {signal},
67 );
68}
69
70void features.add(import.meta.url, {
71 asLongAs: [

Callers

nothing calls this directly

Calls 1

observeFunction · 0.85

Tested by

no test coverage detected