MCPcopy Create free account
hub / github.com/codeaashu/claude-code / clear

Function clear

src/utils/nativeInstaller/installer.ts:969–971  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

967 const promise = installLatestImpl(channelOrVersion, forceReinstall)
968 inFlightInstall = promise
969 const clear = (): void => {
970 inFlightInstall = null
971 }
972 void promise.then(clear, clear)
973 return promise
974}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected