MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / formatLockHeld

Function formatLockHeld

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

Source from the content-addressed store, hash-verified

67}
68
69function formatLockHeld(holder: string): string {
70 return `Computer use is in use by another Claude session (${holder.slice(0, 8)}…). Wait for that session to finish or run /exit there.`;
71}
72
73export function buildSessionContext(): ComputerUseSessionContext {
74 return {

Callers 1

buildSessionContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected