Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ input.test.ts
File
input.test.ts
packages/pi-tui/test/input.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
"node:assert"
;
2
import
{ describe, it } from
"node:test"
;
3
import
{ Input } from
"../src/components/input.ts"
;
4
import
{ visibleWidth } from
"../src/utils.ts"
;
Callers
nothing calls this directly
Calls
6
visibleWidth
Function · 0.90
ok
Method · 0.80
handleInput
Method · 0.65
render
Method · 0.65
getValue
Method · 0.45
setValue
Method · 0.45
Tested by
no test coverage detected