Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ on
Method
on
tests/embedded-parent-disconnect.test.ts:9–11 ·
view source on GitHub ↗
(event: "disconnect", listener: () => void)
Source
from the content-addressed store, hash-verified
7
8
class
FakeProcess extends EventEmitter {
9
on(event:
"disconnect"
, listener: () => void): this {
10
return
super.on(event, listener);
11
}
12
}
13
14
function
createLifecycleRecorder(): {
Callers
nothing calls this directly
Calls
1
on
Method · 0.65
Tested by
no test coverage detected