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

Function finish

src/commands/plugin/BrowseMarketplace.tsx:544–552  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

542 pluginId: pluginId_2
543 } = viewState;
544 function finish(msg: string): void {
545 setResult(msg);
546 if (onInstallComplete) {
547 void onInstallComplete();
548 }
549 setParentViewState({
550 type: 'menu'
551 });
552 }
553 return <PluginOptionsFlow plugin={plugin_5} pluginId={pluginId_2} onDone={(outcome, detail) => {
554 switch (outcome) {
555 case 'configured':

Callers 1

BrowseMarketplaceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected