MCPcopy Create free account
hub / github.com/OneNoteDev/WebClipper / getEventCategory

Method getEventCategory

src/scripts/logging/submodules/event.ts:106–108  ·  view source on GitHub ↗

* Returns the object's event category. Should be overriden by child classes.

()

Source from the content-addressed store, hash-verified

104 * Returns the object's event category. Should be overriden by child classes.
105 */
106 public getEventCategory(): Event.Category {
107 return Event.Category.BaseEvent;
108 }
109
110 /**
111 * Returns a copy of this BaseEvent's internal data

Callers 3

logEventMethod · 0.45
createLogEventAsJsonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected