Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ getDefaultFileSystemExecutor
Function
getDefaultFileSystemExecutor
src/utils/command.ts:327–329 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
325
}
326
327
export
function
getDefaultFileSystemExecutor(): FileSystemExecutor {
328
return
_testFileSystemExecutorOverride ?? defaultFileSystemExecutor;
329
}
Callers
15
hydrateSentryDisabledEnvFromProjectConfig
Function · 0.90
runSetupWizard
Function · 0.90
processFile
Function · 0.90
processDirectory
Function · 0.90
scaffoldProject
Function · 0.90
scaffold_ios_project.ts
File · 0.90
scaffold_macos_projectLogic
Function · 0.90
scaffold_macos_project.ts
File · 0.90
createTestMacOSExecutor
Function · 0.90
testMacosLogic
Function · 0.90
test_macos.ts
File · 0.90
createTestDeviceExecutor
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected