()
| 47 | intercom("startTour", tourId); |
| 48 | }, |
| 49 | shutdown() { |
| 50 | const intercom = window.Intercom; |
| 51 | if (typeof intercom === "undefined") return; |
| 52 | intercom("shutdown"); |
| 53 | }, |
| 54 | hide() { |
| 55 | const intercom = window.Intercom; |
| 56 | if (typeof intercom === "undefined") return; |
nothing calls this directly
no outgoing calls
no test coverage detected