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

Method addToHistory

packages/pi-tui/src/editor-component.ts:40–40  ·  view source on GitHub ↗

Add text to history for up/down navigation

(text: string)

Source from the content-addressed store, hash-verified

38
39 /** Add text to history for up/down navigation */
40 addToHistory?(text: string): void;
41
42 // =========================================================================
43 // Advanced text manipulation (optional)

Callers 3

editor.test.tsFile · 0.65
persistInputHistoryMethod · 0.65

Implementers 1

Editorpackages/pi-tui/src/components/editor.

Calls

no outgoing calls

Tested by

no test coverage detected