MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / resolveSurface

Function resolveSurface

apps/local/src/analytics.ts:24–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22// ---------------------------------------------------------------------------
23
24const resolveSurface = (): AnalyticsSurface =>
25 process.env.EXECUTOR_CLIENT === "desktop" ? "desktop" : "cli";
26
27let analyticsRuntime: ManagedRuntime.ManagedRuntime<Analytics, never> | null = null;
28

Callers 1

getAnalyticsRuntimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected