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

Function getInitialTab

src/commands/plugin/PluginSettings.tsx:723–727  ·  view source on GitHub ↗
(viewState: ViewState)

Source from the content-addressed store, hash-verified

721 }
722}
723function getInitialTab(viewState: ViewState): TabId {
724 if (viewState.type === 'manage-plugins') return 'installed';
725 if (viewState.type === 'manage-marketplaces') return 'marketplaces';
726 return 'discover';
727}
728export function PluginSettings(t0) {
729 const $ = _c(75);
730 const {

Callers 1

PluginSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected