()
| 430 | } |
| 431 | |
| 432 | emitRegistered(): void { |
| 433 | if (!this.prepareForMountEmit()) { |
| 434 | return |
| 435 | } |
| 436 | this.registered = true |
| 437 | emitAIDevtoolsEvent('hook:registered', { |
| 438 | ...this.createEnvelope('hook:registered'), |
| 439 | ...this.createMetadataPayload(), |
| 440 | lifecycle: 'mounted', |
| 441 | }) |
| 442 | } |
| 443 | |
| 444 | emitUpdated(): void { |
| 445 | if (!this.prepareForEmit()) { |
no test coverage detected