MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / handleCustomEvent

Method handleCustomEvent

src/test/dart_debug_client.ts:139–145  ·  view source on GitHub ↗
(e: DebugSessionCustomEvent)

Source from the content-addressed store, hash-verified

137 }
138
139 private handleCustomEvent(e: DebugSessionCustomEvent) {
140 this.debugCommands.handleDebugSessionCustomEvent({
141 body: e.body,
142 event: e.event,
143 session: this.currentSession!,
144 });
145 }
146
147 public async launch(launchArgs: DartVsCodeLaunchArgs & DebugProtocol.LaunchRequestArguments): Promise<void> {
148 const configuration = Object.assign(

Callers 1

constructorMethod · 0.95

Calls 1

Tested by

no test coverage detected