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

Method timerWasStopped

src/scripts/logging/submodules/event.ts:165–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 }
164
165 public timerWasStopped(): boolean {
166 return this._timerWasStopped;
167 }
168
169 protected isEventData(labelOrData: Event.Label | BaseEventData) {
170 let tryCastAsEventData: BaseEventData = <BaseEventData>labelOrData;

Callers 2

logEventMethod · 0.80
createLogEventAsJsonFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected