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

Function toProjectConfig

src/utils/project-config.ts:261–263  ·  view source on GitHub ↗
(config: RuntimeConfigFile)

Source from the content-addressed store, hash-verified

259}
260
261function toProjectConfig(config: RuntimeConfigFile): ProjectConfig {
262 return config as ProjectConfig;
263}
264
265function parseProjectConfig(rawText: string): RuntimeConfigFile {
266 const parsed: unknown = parseYaml(rawText);

Callers 1

normalizeDebuggerBackendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected