Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
insert
Method · 0.95
render
Method · 0.95
alert
Method · 0.80
Tested by
no test coverage detected