MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / workspaceKeyForRoot

Function workspaceKeyForRoot

src/utils/workspace-identity.ts:35–37  ·  view source on GitHub ↗
(workspaceRoot: string)

Source from the content-addressed store, hash-verified

33}
34
35export function workspaceKeyForRoot(workspaceRoot: string): string {
36 return `${workspaceNameForRoot(workspaceRoot)}-${shortWorkspaceHash(workspaceRoot)}`;
37}
38
39export function resolveWorkspaceIdentity(opts: {
40 cwd: string;

Calls 2

workspaceNameForRootFunction · 0.85
shortWorkspaceHashFunction · 0.85

Tested by 1