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

Method clear

packages/pi-tui/src/utils.ts:558–561  ·  view source on GitHub ↗

Clear all state for reuse.

()

Source from the content-addressed store, hash-verified

556
557 /** Clear all state for reuse. */
558 clear(): void {
559 this.reset();
560 this.activeHyperlink = null;
561 }
562
563 getActiveCodes(): string {
564 const codes: string[] = [];

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected