MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / isServer

Method isServer

packages/sdks/web/src/index.ts:196–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

194 }
195
196 private isServer() {
197 return typeof document === 'undefined';
198 }
199
200 public trackOutgoingLinks() {
201 if (this.isServer()) {

Callers 7

constructorMethod · 0.95
trackOutgoingLinksMethod · 0.95
trackScreenViewsMethod · 0.95
trackAttributesMethod · 0.95
screenViewMethod · 0.95
clearRevenueMethod · 0.95
pendingRevenueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected