MCPcopy Index your code
hub / github.com/OneNoteDev/WebClipper / append

Method append

src/scripts/logging/submodules/event.ts:293–295  ·  view source on GitHub ↗
(streamItem: any)

Source from the content-addressed store, hash-verified

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 {

Callers 3

logAllStreamsFunction · 0.95
textHighlighter.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected