MCPcopy
hub / github.com/CopyTranslator/CopyTranslator / Operation

Interface Operation

src/main/clipboard.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface Operation {
2 key: string;
3 args: any[];
4}
5
6function delay(
7 target: any,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected