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

Function sealSentryCapture

src/utils/shutdown-state.ts:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71export function sealSentryCapture(): void {
72 sentryCaptureSealed = true;
73}
74
75export function isSentryCaptureSealed(): boolean {
76 return sentryCaptureSealed;

Callers 3

logger.test.tsFile · 0.90
runMcpShutdownFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected