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

Function expandTokenSection

source/options/token-validation.tsx:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42function expandTokenSection(): void {
43 $('details#token').open = true;
44}
45
46async function validateToken(): Promise<void> {
47 const tokenField = $('input[name="personalToken"]');

Callers 1

validateTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected