MCPcopy Create free account
hub / github.com/Snapchat/Valdi / acquireDap

Method acquireDap

valdi/vscode_debugger/src/binder.ts:42–42  ·  view source on GitHub ↗
(target: ITarget)

Source from the content-addressed store, hash-verified

40
41export interface IBinderDelegate {
42 acquireDap(target: ITarget): Promise<DapConnection>;
43 // Returns whether we should disable child session treatment.
44 initAdapter(debugAdapter: DebugAdapter, target: ITarget, launcher: ILauncher): Promise<boolean>;
45 releaseDap(target: ITarget): void;

Callers 1

attachMethod · 0.65

Implementers 2

SessionManagervaldi/vscode_debugger/src/sessionManag
TestRootvaldi/vscode_debugger/src/test/test.ts

Calls

no outgoing calls

Tested by

no test coverage detected