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

Function execFileKey

packages/kaos/test/environment.test.ts:55–57  ·  view source on GitHub ↗
(file: string, args: readonly string[])

Source from the content-addressed store, hash-verified

53}
54
55function execFileKey(file: string, args: readonly string[]): string {
56 return [file, ...args].join('\0');
57}
58
59describe('detectEnvironment', () => {
60 it('reports osKind "macOS" on darwin', async () => {

Callers 2

stubDepsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected