MCPcopy
hub / github.com/codeaashu/claude-code / isPluginZipCacheEnabled

Function isPluginZipCacheEnabled

src/utils/plugins/zipCache.ts:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 * Check if the plugin zip cache mode is enabled.
54 */
55export function isPluginZipCacheEnabled(): boolean {
56 return isEnvTruthy(process.env.CLAUDE_CODE_PLUGIN_USE_ZIP_CACHE)
57}
58
59/**
60 * Get the path to the zip cache directory.

Calls 1

isEnvTruthyFunction · 0.85

Tested by

no test coverage detected