Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
138
export
function
updateSessionIngressAuthToken(token: string): void {
139
process.env.CLAUDE_CODE_SESSION_ACCESS_TOKEN = token
140
}
141
Callers
3
createV2ReplTransport
Function · 0.85
initBridgeCore
Function · 0.85
wireTransport
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected