(streamItem: any)
| 291 | } |
| 292 | |
| 293 | public append(streamItem: any) { |
| 294 | this._stream.push(streamItem); |
| 295 | } |
| 296 | } |
| 297 | |
| 298 | export function createEvent(eventCategory: Event.Category, eventData: Event.BaseEventData): Event.BaseEvent { |
no outgoing calls
no test coverage detected