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

Function hasToken

source/options-storage.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58export async function hasToken(): Promise<boolean> {
59 return Boolean(await getToken());
60}

Callers 3

showWelcomePageFunction · 0.85
getViewerPermissionFunction · 0.85

Calls 1

getTokenFunction · 0.85

Tested by

no test coverage detected