MCPcopy
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
35function initOnce(): void {
36 observe('div[aria-labelledby="global-nav-user-menu-header"] > div[role="heading"]', verify);
37}
38
39void features.add(import.meta.url, {
40 init: onetime(initOnce),

Callers

nothing calls this directly

Calls 1

observeFunction · 0.85

Tested by

no test coverage detected