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

Function copyEmail

static/js/accounts.js:1671–1673  ·  view source on GitHub ↗
(email)

Source from the content-addressed store, hash-verified

1669
1670// 复制邮箱
1671function copyEmail(email) {
1672 copyToClipboard(email);
1673}
1674
1675// 删除账号
1676async function deleteAccount(id, email) {

Callers

nothing calls this directly

Calls 1

copyToClipboardFunction · 0.85

Tested by

no test coverage detected