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

Function showMessages

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

Source from the content-addressed store, hash-verified

62 intercom("show");
63 },
64 showMessages() {
65 const intercom = window.Intercom;
66 if (typeof intercom === "undefined") return;
67 intercom("showMessages");
68 },
69 showNewMessage() {
70 const intercom = window.Intercom;
71 if (typeof intercom === "undefined") return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected