MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / dap-backend.test.ts

File dap-backend.test.ts

src/utils/debugger/backends/__tests__/dap-backend.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from 'vitest';
2
3import type { DapEvent, DapRequest, DapResponse } from '../../dap/types.ts';
4import { createDapBackend } from '../dap-backend.ts';

Callers

nothing calls this directly

Calls 12

createMockExecutorFunction · 0.90
createDapBackendFunction · 0.90
createDefaultHandlersFunction · 0.85
createDapSpawnerFunction · 0.85
attachMethod · 0.65
getStackMethod · 0.65
getVariablesMethod · 0.65
runCommandMethod · 0.65
detachMethod · 0.65
disposeMethod · 0.65
addBreakpointMethod · 0.65
removeBreakpointMethod · 0.65

Tested by

no test coverage detected