MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getMaxToolUseConcurrency

Function getMaxToolUseConcurrency

src/services/tools/toolOrchestration.ts:8–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6import { type MessageUpdateLazy, runToolUse } from './toolExecution.js'
7
8function getMaxToolUseConcurrency(): number {
9 return (
10 parseInt(process.env.CLAUDE_CODE_MAX_TOOL_USE_CONCURRENCY || '', 10) || 10
11 )
12}
13
14export type MessageUpdate = {
15 message?: Message

Callers 1

runToolsConcurrentlyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected