MCPcopy Index your code
hub / github.com/enquirer/enquirer / paste

Method paste

lib/types/string.js:110–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 paste() {
111 if (!this.state.clipboard.length) return this.alert();
112 this.insert(this.state.clipboard.pop());
113 this.render();
114 }
115
116 toggleCursor() {
117 if (this.state.prevCursor) {

Callers

nothing calls this directly

Calls 3

insertMethod · 0.95
renderMethod · 0.95
alertMethod · 0.80

Tested by

no test coverage detected