Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ onSigint
Function
onSigint
packages/acp-adapter/src/server.ts:1033–1035 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1031
};
1032
1033
const
onSigint = (): void => {
1034
void cleanup(
'SIGINT'
);
1035
};
1036
const
onSigterm = (): void => {
1037
void cleanup(
'SIGTERM'
);
1038
};
Callers
nothing calls this directly
Calls
1
cleanup
Function · 0.70
Tested by
no test coverage detected