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

Function onSigterm

packages/acp-adapter/src/server.ts:1036–1038  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1034 void cleanup('SIGINT');
1035 };
1036 const onSigterm = (): void => {
1037 void cleanup('SIGTERM');
1038 };
1039 signals.once('SIGINT', onSigint);
1040 signals.once('SIGTERM', onSigterm);
1041

Callers

nothing calls this directly

Calls 1

cleanupFunction · 0.70

Tested by

no test coverage detected