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

Method insert

lib/types/string.js:70–72  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

68 }
69
70 insert(str) {
71 this.append(str);
72 }
73
74 delete() {
75 let { cursor, input } = this.state;

Callers 1

pasteMethod · 0.95

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected