Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ write
Method
write
packages/pi-tui/test/tui-shrink.test.ts:27–30 ·
view source on GitHub ↗
(data: string)
Source
from the content-addressed store, hash-verified
25
writes: string[] = [];
26
27
override write(data: string): void {
28
this.writes.push(data);
29
super.write(data);
30
}
31
}
32
33
describe(
"TUI shrinking content"
, () => {
Callers
nothing calls this directly
Calls
2
write
Method · 0.65
push
Method · 0.45
Tested by
no test coverage detected