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

Function resolveLogLevel

src/daemon.ts:109–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109function resolveLogLevel(): ReturnType<typeof normalizeLogLevel> {
110 const raw = process.env.XCODEBUILDMCP_DAEMON_LOG_LEVEL;
111 if (!raw) {
112 return null;
113 }
114 return normalizeLogLevel(raw);
115}
116
117async function main(): Promise<void> {
118 const daemonBootstrapStart = Date.now();

Callers 1

mainFunction · 0.85

Calls 1

normalizeLogLevelFunction · 0.90

Tested by

no test coverage detected