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

Function makeKimiHome

packages/agent-core/test/plugin/store.test.ts:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11} from '../../src/plugin/store';
12
13async function makeKimiHome(): Promise<string> {
14 return mkdtemp(path.join(tmpdir(), 'kimi-home-'));
15}
16
17describe('plugin store', () => {
18 it('returns an empty list when the file does not exist', async () => {

Callers 1

store.test.tsFile · 0.70

Calls 1

mkdtempFunction · 0.85

Tested by

no test coverage detected