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

Function invalidateSessionEnvCache

src/utils/sessionEnvironment.ts:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55export function invalidateSessionEnvCache(): void {
56 logForDebugging('Invalidating session environment cache')
57 sessionEnvScript = undefined
58}
59
60export async function getSessionEnvironmentScript(): Promise<string | null> {
61 if (getPlatform() === 'windows') {

Callers 3

execFunction · 0.85
executeEnvHooksFunction · 0.85

Calls 1

logForDebuggingFunction · 0.85

Tested by

no test coverage detected