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

Function formatLockHeld

src/utils/computerUse/wrapper.tsx:56–58  ·  view source on GitHub ↗
(holder: string)

Source from the content-addressed store, hash-verified

54 return currentToolUseContext!;
55}
56function formatLockHeld(holder: string): string {
57 return `Computer use is in use by another Claude session (${holder.slice(0, 8)}…). Wait for that session to finish or run /exit there.`;
58}
59export function buildSessionContext(): ComputerUseSessionContext {
60 return {
61 // ── Read state fresh via the per-call ref ─────────────────────────────

Callers 1

buildSessionContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected