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

Function logReject

apps/sim/lib/execution/isolated-vm.ts:642–650  ·  view source on GitHub ↗
(reason: string, extra?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

640 }
641
642 const logReject = (reason: string, extra?: Record<string, unknown>) => {
643 logger.warn('Sandbox broker call rejected', {
644 reason,
645 brokerName,
646 executionId,
647 workerId: workerInfo.id,
648 ...extra,
649 })
650 }
651
652 const pending = workerInfo.pendingExecutions.get(executionId)
653 if (!pending) {

Callers 1

handleBrokerMessageFunction · 0.85

Calls 1

warnMethod · 0.65

Tested by

no test coverage detected