MCPcopy
hub / github.com/codeaashu/claude-code / hasProfileScope

Function hasProfileScope

src/bridge/bridgeEnabled.ts:101–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100}
101function hasProfileScope(): boolean {
102 try {
103 return authModule.hasProfileScope()
104 } catch {
105 return false
106 }
107}
108function getOauthAccountInfo(): ReturnType<
109 typeof authModule.getOauthAccountInfo
110> {

Callers 1

getBridgeDisabledReasonFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected