MCPcopy Create free account
hub / github.com/Streamerbot/client / getEvents

Method getEvents

packages/client/src/ws/StreamerbotClient.ts:853–857  ·  view source on GitHub ↗

* Get all possible events that may be subscribed to

()

Source from the content-addressed store, hash-verified

851 }
852
853 const eventSource = source as keyof StreamerbotEventsTypeWriteable;
854 const eventType = type as
855 | StreamerbotEventsTypeWriteable[keyof StreamerbotEventsTypeWriteable][number]
856 | '*';
857 if (eventType) {
858 return [
859 {
860 source: eventSource,

Callers 1

updateSupportedEventsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected