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

Function getActiveReportCase

packages/server-e2e/src/report.ts:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104export function getActiveReportCase(): string | undefined {
105 return activeCaseStorage.getStore() ?? activeCaseName;
106}
107
108export function resetReportDir(reportDir = defaultReportDir()): void {
109 rmSync(reportDir, { recursive: true, force: true });

Callers 1

normalizeEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected