MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / getValue

Method getValue

packages/pi-tui/src/components/input.ts:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 private undoStack = new UndoStack<InputState>();
38
39 getValue(): string {
40 return this.value;
41 }
42
43 setValue(value: string): void {
44 this.value = value;

Callers 2

input.test.tsFile · 0.45
handleInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected