MCPcopy Create free account
hub / github.com/Marus/cortex-debug / receivedEvent

Method receivedEvent

src/frontend/extension.ts:730–732  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

728 }
729
730 private receivedEvent(e) {
731 Reporting.sendEvent(e.body.category, e.body.action, e.body.label, e.body.parameters);
732 }
733
734 private receivedSWOConfigureEvent(e: vscode.DebugSessionCustomEvent) {
735 const mySession = CDebugSession.GetSession(e.session);

Callers 1

receivedCustomEventMethod · 0.95

Calls 1

sendEventMethod · 0.80

Tested by

no test coverage detected