(interaction)
| 28 | |
| 29 | export class InteractionHelper { |
| 30 | static getCoordinator(interaction) { |
| 31 | return interaction?._responseCoordinator || null; |
| 32 | } |
| 33 | |
| 34 | static patchInteractionResponses(interaction) { |
| 35 | if (!interaction || interaction.__titanResponsePatched) { |
no outgoing calls
no test coverage detected