MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / copyLink

Function copyLink

static/js/payment.js:2544–2550  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2542}
2543
2544function copyLink() {
2545 if (!generatedLink) {
2546 toast.warning("请先生成链接");
2547 return;
2548 }
2549 copyToClipboard(generatedLink);
2550}
2551
2552// 在当前浏览器直接打开支付页(适合 Docker/远程部署场景)
2553function openCheckout() {

Callers

nothing calls this directly

Calls 2

copyToClipboardFunction · 0.85
warningMethod · 0.80

Tested by

no test coverage detected