MCPcopy Create free account
hub / github.com/livekit/agents / read

Method read

tests/virtual_time.py:234–236  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

232 self._time += seconds
233
234 def read(self) -> float:
235 self._read = self._time if self._time > self._read else self._read + _TICK_EPSILON
236 return self._read
237
238
239class _AutojumpSelector(selectors.BaseSelector):

Callers 1

monotonic_readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected