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

Function finish

src/commands/plugin/DiscoverPlugins.tsx:469–477  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

467 pluginId: pluginId_0
468 } = viewState;
469 function finish(msg: string): void {
470 setResult(msg);
471 if (onInstallComplete) {
472 void onInstallComplete();
473 }
474 setParentViewState({
475 type: 'menu'
476 });
477 }
478 return <PluginOptionsFlow plugin={plugin_4} pluginId={pluginId_0} onDone={(outcome, detail) => {
479 switch (outcome) {
480 case 'configured':

Callers 1

DiscoverPluginsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected