Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ paste
Method
paste
src/server/web/public/terminal.js:6123–6125 ·
view source on GitHub ↗
(e3)
Source
from the content-addressed store, hash-verified
6121
this._core.write(e3, t3);
6122
}
6123
writeln(e3, t3) {
6124
this._core.write(e3), this._core.write(
"\r\n"
, t3);
6125
}
6126
paste(e3) {
6127
this._core.paste(e3);
6128
}
Callers
nothing calls this directly
Calls
1
paste
Method · 0.45
Tested by
no test coverage detected