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

Function _temp1

src/commands/plugin/PluginSettings.tsx:1054–1062  ·  view source on GitHub ↗
(prev)

Source from the content-addressed store, hash-verified

1052 return t27;
1053}
1054function _temp1(prev) {
1055 return prev.plugins.needsRefresh ? prev : {
1056 ...prev,
1057 plugins: {
1058 ...prev.plugins,
1059 needsRefresh: true
1060 }
1061 };
1062}
1063function _temp0(s) {
1064 let count = s.plugins.errors.length;
1065 for (const m of s.plugins.installationStatus.marketplaces) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected