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

Function startMarker

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

Source from the content-addressed store, hash-verified

852});
853
854const startMarker = (name: string, attributes: Record<string, unknown>): Effect.Effect<void> =>
855 Effect.void.pipe(Effect.withSpan(name, { attributes }));
856
857// ---------------------------------------------------------------------------
858// Artifacts / MCP Apps result formatting

Callers 3

executeCodeFunction · 0.85
resumeExecutionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected