MCPcopy Create free account
hub / github.com/objectivehtml/FlipClock / started

Method started

src/Timer.ts:129–131  ·  view source on GitHub ↗

* Get the date object when the timer started. * * @public

()

Source from the content-addressed store, hash-verified

127 * @public
128 */
129 get started(): Date | undefined {
130 return this.$startDate;
131 }
132
133 /**
134 * Resets the timer. If a callback is provided, re-start the clock.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected