Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
function expandTokenSection(): void {
43
$(
'details#token'
).open = true;
44
}
45
46
async function validateToken(): Promise<void> {
47
const tokenField = $(
'input[name="personalToken"]'
);
Callers
1
validateToken
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected