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

Function unwrapActions

source/features/notifications-ui.tsx:89–92  ·  view source on GitHub ↗
(details: HTMLDetailsElement)

Source from the content-addressed store, hash-verified

87}
88
89function unwrapActions(details: HTMLDetailsElement): void {
90 details.before(markForm('read'), markForm('unread'));
91 details.hidden = true;
92}
93
94function init(signal: AbortSignal): void {
95 observe('.notification-group-by', replaceDropdown, {signal});

Callers

nothing calls this directly

Calls 1

markFormFunction · 0.85

Tested by

no test coverage detected