MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / async

Function async

web/src/components/table/TokensTable.js:783–790  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

781 </Button>
782 <Button
783 onClick={async () => {
784 let content = '';
785 for (let i = 0; i < selectedKeys.length; i++) {
786 content += 'sk-' + selectedKeys[i].key + '\n';
787 }
788 await copyText(content);
789 Modal.destroyAll();
790 }}
791 >
792 {t('仅密钥')}
793 </Button>

Callers

nothing calls this directly

Calls 1

copyTextFunction · 0.85

Tested by

no test coverage detected