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

Function installCrashHandlers

packages/telemetry/src/crash.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15export function installCrashHandlers(): () => void {
16 return installCrashHandlersForClient(getDefaultTelemetryClient());
17}
18
19export function installCrashHandlersForClient(client: TelemetryClient): () => void {
20 if (installed && installedUncaughtHandler !== null) {

Callers 1

mainFunction · 0.85

Calls 2

Tested by

no test coverage detected