MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getUniqueEventTypes

Method getUniqueEventTypes

sdk/e2e/utils/event-collector.ts:107–109  ·  view source on GitHub ↗

Get unique event types received

()

Source from the content-addressed store, hash-verified

105
106 /** Get unique event types received */
107 getUniqueEventTypes(): Set<PrintModeEvent['type']> {
108 return new Set(this.events.map((e) => e.type))
109 }
110
111 /** Count events of a specific type */
112 countEvents(type: PrintModeEvent['type']): number {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected