Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
interface
Operation {
2
key: string;
3
args: any[];
4
}
5
6
function
delay(
7
target: any,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected