MCPcopy Create free account
hub / github.com/WebFreak001/code-debug / threadCreatedEvent

Method threadCreatedEvent

src/mibase.ts:148–150  ·  view source on GitHub ↗
(info: MINode)

Source from the content-addressed store, hash-verified

146 }
147
148 protected threadCreatedEvent(info: MINode) {
149 this.sendEvent(new ThreadEvent("started", info.record("id")));
150 }
151
152 protected threadExitedEvent(info: MINode) {
153 this.sendEvent(new ThreadEvent("exited", info.record("id")));

Callers

nothing calls this directly

Calls 1

recordMethod · 0.80

Tested by

no test coverage detected