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

Function hasPendingChanges

src/commands/plugin/ManageMarketplaces.tsx:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167
168 // Check if there are any pending changes
169 const hasPendingChanges = () => {
170 return marketplaceStates.some(state => state.pendingUpdate || state.pendingRemove);
171 };
172
173 // Get count of pending operations
174 const getPendingCounts = () => {

Callers 1

ManageMarketplacesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected