Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/XcodeBuildMCP
/ getBundledFrameworksDir
Function
getBundledFrameworksDir
src/core/resource-root.ts:101–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
export
function
getBundledFrameworksDir(): string {
102
return
path.join(getResourceRoot(),
'bundled'
,
'Frameworks'
);
103
}
Callers
2
getBundledAxeEnvironment
Function · 0.90
resource-root.test.ts
File · 0.90
Calls
1
getResourceRoot
Function · 0.85
Tested by
no test coverage detected