MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / yank

Function yank

examples/js/repl.js:568–570  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

566 }
567
568 function yank() {
569 insert(clip_board);
570 }
571
572 function control_c() {
573 if (last_fun === control_c) {

Callers

nothing calls this directly

Calls 1

insertFunction · 0.85

Tested by

no test coverage detected