Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebFreak001/code-debug
/ threadExitedEvent
Method
threadExitedEvent
src/mibase.ts:152–154 ·
view source on GitHub ↗
(info: MINode)
Source
from the content-addressed store, hash-verified
150
}
151
152
protected threadExitedEvent(info: MINode) {
153
this.sendEvent(
new
ThreadEvent(
"exited"
, info.record(
"id"
)));
154
}
155
156
protected quitEvent() {
157
this.quit = true;
Callers
nothing calls this directly
Calls
1
record
Method · 0.80
Tested by
no test coverage detected