MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / closeTabInIDE

Function closeTabInIDE

src/hooks/useDiffInIDE.ts:151–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149
150 return {
151 closeTabInIDE() {
152 const ideClient = getConnectedIdeClient(toolUseContext.options.mcpClients)
153
154 if (!ideClient) {
155 return Promise.resolve()
156 }
157
158 return closeTabInIDE(tabName, ideClient)
159 },
160 showingDiffInIDE: shouldShowDiffInIDE && !hasError,
161 ideName: ideName,
162 hasError,

Callers 3

onChangeFunction · 0.85
showDiffFunction · 0.85
cleanupFunction · 0.85

Calls 4

getConnectedIdeClientFunction · 0.85
callIdeRpcFunction · 0.85
logErrorFunction · 0.50
resolveMethod · 0.45

Tested by

no test coverage detected