MCPcopy
hub / github.com/rpamis/comet / RemovalResult

Interface RemovalResult

src/core/uninstall.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import type { InstallScope } from './types.js';
8
9interface RemovalResult {
10 removed: number;
11 failed: number;
12}
13
14/**
15 * Remove Comet skill files for a specific platform.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected