Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IgorWarzocha/howcode
/ write
Method
write
desktop/terminal/node-pty.ts:14–16 ·
view source on GitHub ↗
(data: string)
Source
from the content-addressed store, hash-verified
12
}
13
14
write(data: string) {
15
this.process.write(data)
16
}
17
18
resize(cols: number, rows: number) {
19
this.process.resize(cols, rows)
Callers
nothing calls this directly
Calls
1
write
Method · 0.65
Tested by
no test coverage detected