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

Function setUseCoworkPlugins

src/bootstrap/state.ts:1255–1258  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

1253}
1254
1255export function setUseCoworkPlugins(value: boolean): void {
1256 STATE.useCoworkPlugins = value
1257 resetSettingsCache()
1258}
1259
1260export function getUseCoworkPlugins(): boolean {
1261 return STATE.useCoworkPlugins

Callers 11

pluginValidateHandlerFunction · 0.85
pluginListHandlerFunction · 0.85
marketplaceAddHandlerFunction · 0.85
marketplaceListHandlerFunction · 0.85
marketplaceRemoveHandlerFunction · 0.85
marketplaceUpdateHandlerFunction · 0.85
pluginInstallHandlerFunction · 0.85
pluginUninstallHandlerFunction · 0.85
pluginEnableHandlerFunction · 0.85
pluginDisableHandlerFunction · 0.85
pluginUpdateHandlerFunction · 0.85

Calls 1

resetSettingsCacheFunction · 0.85

Tested by

no test coverage detected