Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
71
export
function
sealSentryCapture(): void {
72
sentryCaptureSealed = true;
73
}
74
75
export
function
isSentryCaptureSealed(): boolean {
76
return
sentryCaptureSealed;
Callers
3
shutdown-state.test.ts
File · 0.90
logger.test.ts
File · 0.90
runMcpShutdown
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected