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

Method touch

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

Source from the content-addressed store, hash-verified

225 }
226
227 private touch(id: string): void {
228 const session = this.sessions.get(id);
229 if (!session) return;
230 session.info.lastUsedAt = Date.now();
231 }
232}
233
234function resolveBackendKind(explicit?: DebuggerBackendKind): DebuggerBackendKind {

Callers 7

addBreakpointMethod · 0.95
removeBreakpointMethod · 0.95
getStackMethod · 0.95
getVariablesMethod · 0.95
getExecutionStateMethod · 0.95
runCommandMethod · 0.95
resumeSessionMethod · 0.95

Calls 1

getMethod · 0.80

Tested by

no test coverage detected