MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getOauthTokenFromFd

Function getOauthTokenFromFd

src/bootstrap/state.ts:1158–1160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1156}
1157
1158export function getOauthTokenFromFd(): string | null | undefined {
1159 return STATE.oauthTokenFromFd
1160}
1161
1162export function setOauthTokenFromFd(token: string | null): void {
1163 STATE.oauthTokenFromFd = token

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected