Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
// 复制邮箱
1671
function
copyEmail(email) {
1672
copyToClipboard(email);
1673
}
1674
1675
// 删除账号
1676
async
function
deleteAccount(id, email) {
Callers
nothing calls this directly
Calls
1
copyToClipboard
Function · 0.85
Tested by
no test coverage detected