MCPcopy Create free account
hub / github.com/Noumena-Network/code / invalidateSessionEnvCache

Function invalidateSessionEnvCache

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

Source from the content-addressed store, hash-verified

74}
75
76export function invalidateSessionEnvCache(): void {
77 logForDebugging('Invalidating session environment cache')
78 sessionEnvScript = undefined
79}
80
81export async function getSessionEnvironmentScript(): Promise<string | null> {
82 if (getPlatform() === 'windows') {

Callers 3

execFunction · 0.85
executeEnvHooksFunction · 0.85

Calls 1

logForDebuggingFunction · 0.70

Tested by

no test coverage detected