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

Function showStoredCssHotfixes

source/options.tsx:82–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82async function showStoredCssHotfixes(): Promise<void> {
83 $('#hotfixes-field').textContent = getExclusions()
84 ?? await styleHotfixes.getCached(version)
85 ?? 'No CSS found in cache.';
86}
87
88async function fetchHotfixes(event: MouseEvent): Promise<void> {
89 const button = event.currentTarget as HTMLButtonElement;

Callers 1

generateDomFunction · 0.85

Calls 1

getExclusionsFunction · 0.85

Tested by

no test coverage detected