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

Function getCurrentFileConfig

src/utils/config-store.ts:408–410  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406}
407
408function getCurrentFileConfig(): ProjectConfig {
409 return storeState.fileConfig ?? { schemaVersion: 1 };
410}
411
412function applySessionDefaultsPatchToFileConfig(opts: {
413 fileConfig: ProjectConfig;

Calls

no outgoing calls

Tested by

no test coverage detected