Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ __getRealCommandExecutor
Function
__getRealCommandExecutor
src/utils/command.ts:315–317 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
313
}
314
315
export
function
__getRealCommandExecutor(): CommandExecutor {
316
return
defaultExecutor;
317
}
318
319
export
function
__getRealFileSystemExecutor(): FileSystemExecutor {
320
return
defaultFileSystemExecutor;
Callers
1
command.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected