MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getSocketDir

Function getSocketDir

src/utils/claudeInChrome/common.ts:474–476  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

472 * Get the socket directory path (Unix only)
473 */
474export function getSocketDir(): string {
475 return `/tmp/claude-mcp-browser-bridge-${getUsername()}`
476}
477
478/**
479 * Get the socket path (Unix) or pipe name (Windows)

Callers 4

getSecureSocketPathFunction · 0.85
getAllSocketPathsFunction · 0.85
startMethod · 0.85
stopMethod · 0.85

Calls 1

getUsernameFunction · 0.70

Tested by

no test coverage detected