MCPcopy Create free account
hub / github.com/DavidWells/analytics / shutdown

Function shutdown

packages/analytics-plugin-intercom/src/browser.js:49–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected