MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / dashboardProxyPath

Function dashboardProxyPath

yaml-flow-editor/vite.config.ts:70–72  ·  view source on GitHub ↗
(run: RunInfo)

Source from the content-addressed store, hash-verified

68 }
69
70 function dashboardProxyPath(run: RunInfo) {
71 return run.dashboardPort ? `/api/dashboard/${run.id}/` : null
72 }
73
74 function runMetaPath(projectRoot: string, runId: string) {
75 return path.join(projectRoot, 'outputs', '_ui_runs', `run_${runId}.meta.json`)

Callers 2

broadcastStatusFunction · 0.85
configureServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected