MCPcopy Create free account
hub / github.com/Emmimal/control-layer / is_open

Method is_open

control_layer.py:554–555  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

552 return self._state
553
554 def is_open(self) -> bool:
555 return self.state == CircuitState.OPEN
556
557 def record_success(self) -> None:
558 with self._lock:

Callers 5

test_starts_closedMethod · 0.95
runMethod · 0.80

Calls

no outgoing calls