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

Function startMarker

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

Source from the content-addressed store, hash-verified

1022});
1023
1024const startMarker = (name: string, attributes: Record<string, unknown>): Effect.Effect<void> =>
1025 Effect.void.pipe(Effect.withSpan(name, { attributes }));
1026
1027// ---------------------------------------------------------------------------
1028// Artifacts / MCP Apps result formatting

Callers 4

executeCodeFunction · 0.85
resumeExecutionFunction · 0.85
executePassthroughCallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected