MCPcopy Index your code
hub / github.com/simstudioai/sim / getSocketServerUrl

Function getSocketServerUrl

apps/sim/lib/core/utils/urls.ts:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 * Reads from SOCKET_SERVER_URL with a localhost fallback for development.
175 */
176export function getSocketServerUrl(): string {
177 return env.SOCKET_SERVER_URL || DEFAULT_SOCKET_URL
178}
179
180/**
181 * Returns the socket server URL for client-side Socket.IO connections.

Callers 7

notifyWorkflowArchivedFunction · 0.90
performRevertToVersionFunction · 0.90
postToRealtimeFunction · 0.90
notifyWorkflowUpdatedFunction · 0.90
executeFunction · 0.90
route.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected