MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / note_idle

Method note_idle

src/services/browser_captcha.py:2065–2067  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2063 return self._solve_inflight > 0
2064
2065 def note_idle(self):
2066 if self._solve_inflight <= 0:
2067 self._last_idle_since = time.monotonic()
2068
2069 def idle_seconds(self) -> float:
2070 if self.is_busy():

Callers 5

submit_flow_requestMethod · 0.95
get_tokenMethod · 0.95
get_custom_tokenMethod · 0.95
get_custom_scoreMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected