Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ deleteSessionEnvVar
Function
deleteSessionEnvVar
src/utils/sessionEnvVars.ts:16–18 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
14
}
15
16
export
function
deleteSessionEnvVar(name: string): void {
17
sessionEnvVars.delete(name)
18
}
19
20
export
function
clearSessionEnvVars(): void {
21
sessionEnvVars.clear()
Callers
nothing calls this directly
Calls
1
delete
Method · 0.65
Tested by
no test coverage detected