MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / input-history.test.ts

File input-history.test.ts

apps/kimi-web/test/input-history.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it } from 'vitest';
2import { ref, type Ref } from 'vue';
3import { useInputHistory } from '../src/composables/useInputHistory';
4import { STORAGE_KEYS } from '../src/lib/storage';

Callers

nothing calls this directly

Calls 5

setupFunction · 0.70
memoryStorageFunction · 0.70
getItemMethod · 0.65
setItemMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected