MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Window_StoreClipboardText

Function Window_StoreClipboardText

src/webclient/Window_Web.c:457–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457EMSCRIPTEN_KEEPALIVE void Window_StoreClipboardText(char* src) {
458 String_InitArray(pasteStr, pasteBuffer);
459 String_AppendUtf8(&pasteStr, src, String_CalcLen(src, 2048));
460}
461
462EMSCRIPTEN_KEEPALIVE void Window_GotClipboardText(char* src) {
463 Window_StoreClipboardText(src);

Callers 1

Window_GotClipboardTextFunction · 0.85

Calls 2

String_AppendUtf8Function · 0.85
String_CalcLenFunction · 0.85

Tested by

no test coverage detected