()
| 2351 | } |
| 2352 | |
| 2353 | private interactionRun(): HostedInteractionBridge | undefined { |
| 2354 | return this.hostedInteraction; |
| 2355 | } |
| 2356 | |
| 2357 | private async publishHostedSettlementAck( |
| 2358 | queue: DurableSessionEventSink, |
no outgoing calls
no test coverage detected