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

Method getSession

src/utils/debugger/debugger-manager.ts:70–74  ·  view source on GitHub ↗
(id?: string)

Source from the content-addressed store, hash-verified

68 }
69
70 getSession(id?: string): DebugSessionEntry | null {
71 const resolvedId = id ?? this.currentSessionId;
72 if (!resolvedId) return null;
73 return this.sessions.get(resolvedId) ?? null;
74 }
75
76 setCurrentSession(id: string): void {
77 if (!this.sessions.has(id)) {

Callers 1

requireSessionMethod · 0.95

Calls 1

getMethod · 0.80

Tested by

no test coverage detected