Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
export
async
function
hasToken(): Promise<boolean> {
59
return
Boolean(
await
getToken());
60
}
Callers
3
showWelcomePage
Function · 0.85
getViewerPermission
Function · 0.85
isConversationLockedViaApi
Function · 0.85
Calls
1
getToken
Function · 0.85
Tested by
no test coverage detected