MCPcopy
hub / github.com/songquanpeng/one-api / handleAffLinkClick

Function handleAffLinkClick

web/air/src/components/PersonalSetting.js:141–145  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

139 };
140
141 const handleAffLinkClick = async (e) => {
142 e.target.select();
143 await copy(e.target.value);
144 showSuccess(`邀请链接已复制到剪切板`);
145 };
146
147 const handleSystemTokenClick = async (e) => {
148 e.target.select();

Callers

nothing calls this directly

Calls 2

copyFunction · 0.90
showSuccessFunction · 0.90

Tested by

no test coverage detected