MCPcopy Create free account
hub / github.com/github/copilot-sdk / event

Method event

nodejs/src/generated/rpc.ts:17124–17124  ·  view source on GitHub ↗

* Forwards a single GitHub telemetry event to a host connection that opted into telemetry forwarding for the session. * * @param params Payload for a `gitHubTelemetry.event` notification: a single GitHub telemetry event the runtime forwards to a host connection that opted into telemetry fo

(params: GitHubTelemetryNotification)

Source from the content-addressed store, hash-verified

17122 * @param params Payload for a `gitHubTelemetry.event` notification: a single GitHub telemetry event the runtime forwards to a host connection that opted into telemetry forwarding for the session.
17123 */
17124 event(params: GitHubTelemetryNotification): Promise<void>;
17125}
17126
17127/** All client global API handler groups. */

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected