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

Function startMarker

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

Source from the content-addressed store, hash-verified

824});
825
826const startMarker = (name: string, attributes: Record<string, unknown>): Effect.Effect<void> =>
827 Effect.void.pipe(Effect.withSpan(name, { attributes }));
828
829// ---------------------------------------------------------------------------
830// Artifacts / MCP Apps result formatting

Callers 3

executeCodeFunction · 0.85
resumeExecutionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected