()
| 442 | } |
| 443 | |
| 444 | emitUpdated(): void { |
| 445 | if (!this.prepareForEmit()) { |
| 446 | return |
| 447 | } |
| 448 | emitAIDevtoolsEvent('hook:updated', { |
| 449 | ...this.createEnvelope('hook:updated'), |
| 450 | ...this.createMetadataPayload(), |
| 451 | lifecycle: 'active', |
| 452 | }) |
| 453 | } |
| 454 | |
| 455 | emitSnapshot(): void { |
| 456 | if (!this.prepareForEmit()) { |
no test coverage detected