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

Function runMetaPath

yaml-flow-editor/vite.config.ts:74–76  ·  view source on GitHub ↗
(projectRoot: string, runId: string)

Source from the content-addressed store, hash-verified

72 }
73
74 function runMetaPath(projectRoot: string, runId: string) {
75 return path.join(projectRoot, 'outputs', '_ui_runs', `run_${runId}.meta.json`)
76 }
77
78 function writeRunMeta(projectRoot: string, run: RunInfo) {
79 try {

Callers 2

writeRunMetaFunction · 0.85
readRunMetaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected