Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/refined-github/refined-github
/ initOnce
Function
initOnce
source/features/rgh-token-user.tsx:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
function initOnce(): void {
36
observe(
'div[aria-labelledby="global-nav-user-menu-header"] > div[role="heading"]'
, verify);
37
}
38
39
void features.add(import.meta.url, {
40
init: onetime(initOnce),
Callers
nothing calls this directly
Calls
1
observe
Function · 0.85
Tested by
no test coverage detected