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

Function ws

packages/agent-core/test/tools/glob.test.ts:647–647  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

645 }
646
647 const ws = (): WorkspaceConfig => ({ workspaceDir: tmpDir!, additionalDirs: [] });
648
649 it('returns files newest-first by modification time (--sortr=modified)', async () => {
650 await touch('old.ts', new Date('2020-01-01T00:00:00Z'));

Callers 1

glob.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected