Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ defaultSocketPath
Function
defaultSocketPath
src/daemon/socket-path.ts:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
* @deprecated Use getSocketPath() with explicit workspace context instead.
106
*/
107
export
function
defaultSocketPath(): string {
108
return
getSocketPath();
109
}
Callers
nothing calls this directly
Calls
1
getSocketPath
Function · 0.85
Tested by
no test coverage detected