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

Function startMarker

packages/hosts/mcp/src/tool-server.ts:833–834  ·  view source on GitHub ↗
(name: string, attributes: Record<string, unknown>)

Source from the content-addressed store, hash-verified

831});
832
833const startMarker = (name: string, attributes: Record<string, unknown>): Effect.Effect<void> =>
834 Effect.void.pipe(Effect.withSpan(name, { attributes }));
835
836// ---------------------------------------------------------------------------
837// Artifacts / MCP Apps result formatting

Callers 3

executeCodeFunction · 0.85
resumeExecutionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected