MCPcopy Create free account
hub / github.com/cinience/RedisStudio / Copy

Method Copy

DuiLib/Control/UIRichEdit.cpp:1518–1521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1516}
1517
1518void CRichEditUI::Copy()
1519{
1520 TxSendMessage(WM_COPY, 0, 0, 0);
1521}
1522
1523void CRichEditUI::Cut()
1524{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected