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

Function hide

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

Source from the content-addressed store, hash-verified

52 intercom("shutdown");
53 },
54 hide() {
55 const intercom = window.Intercom;
56 if (typeof intercom === "undefined") return;
57 intercom("hide");
58 },
59 show() {
60 const intercom = window.Intercom;
61 if (typeof intercom === "undefined") return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected