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

Function validateBackgroundPage

source/options.tsx:107–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105}
106
107async function validateBackgroundPage(): Promise<void> {
108 if (await messageRuntime({ping: true}) !== 'pong') {
109 $('.js-background-fail-banner').hidden = false;
110 }
111}
112
113async function generateDom(): Promise<void> {
114 // Generate list

Callers 1

generateDomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected