MCPcopy Index your code
hub / github.com/simstudioai/sim / handle

Method handle

apps/sim/lib/execution/sandbox/types.ts:21–21  ·  view source on GitHub ↗

* Host-side handler invoked when the isolate calls the broker. * `ctx` carries per-execution metadata (workspaceId, requestId, etc.).

(ctx: SandboxBrokerContext, args: TArgs)

Source from the content-addressed store, hash-verified

19 * `ctx` carries per-execution metadata (workspaceId, requestId, etc.).
20 */
21 handle(ctx: SandboxBrokerContext, args: TArgs): Promise<TResult>
22}
23
24export interface SandboxBrokerContext {

Callers 1

runSandboxTaskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected