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

Function getConfig

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

Source from the content-addressed store, hash-verified

658}
659
660export function getConfig(): ResolvedRuntimeConfig {
661 if (!storeState.initialized) {
662 return resolveConfig({});
663 }
664
665 return storeState.resolved;
666}
667
668export async function persistSessionDefaultsPatch(opts: {
669 patch: Partial<SessionDefaults>;

Callers 15

defaultPredicateContextFunction · 0.90
getUiDebuggerGuardModeFunction · 0.90
getTemplatePathMethod · 0.90
downloadTemplateMethod · 0.90
resolveAxePathFromConfigFunction · 0.90
isXcodemakeEnabledFunction · 0.90
resolveBackendKindFunction · 0.90
createDapBackendFunction · 0.90
buildCliPredicateContextFunction · 0.90

Calls 1

resolveConfigFunction · 0.85

Tested by

no test coverage detected