MCPcopy Index your code
hub / github.com/codeaashu/claude-code / updateSessionIngressAuthToken

Function updateSessionIngressAuthToken

src/utils/sessionIngressAuth.ts:138–140  ·  view source on GitHub ↗
(token: string)

Source from the content-addressed store, hash-verified

136 * without restarting the process.
137 */
138export function updateSessionIngressAuthToken(token: string): void {
139 process.env.CLAUDE_CODE_SESSION_ACCESS_TOKEN = token
140}
141

Callers 3

createV2ReplTransportFunction · 0.85
initBridgeCoreFunction · 0.85
wireTransportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected