IsFenced checks whether the instance is marked as fenced
()
| 279 | |
| 280 | // IsFenced checks whether the instance is marked as fenced |
| 281 | func (instance *Instance) IsFenced() bool { |
| 282 | return instance.fenced.Load() |
| 283 | } |
| 284 | |
| 285 | // CanCheckReadiness checks whether the instance should be checked for readiness |
| 286 | func (instance *Instance) CanCheckReadiness() bool { |
no outgoing calls
no test coverage detected