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

Function getOauthAccountInfo

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

Source from the content-addressed store, hash-verified

106 }
107}
108function getOauthAccountInfo(): ReturnType<
109 typeof authModule.getOauthAccountInfo
110> {
111 try {
112 return authModule.getOauthAccountInfo()
113 } catch {
114 return undefined
115 }
116}
117
118/**
119 * Runtime check for the env-less (v2) REPL bridge path.

Callers 1

getBridgeDisabledReasonFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected