MCPcopy
hub / github.com/ModelTC/LightLLM / is_checking

Method is_checking

lightllm/utils/health_check.py:51–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 return self._is_health
50
51 def is_checking(self):
52 return self._is_health_checking
53
54 def has_latest_inference(self):
55 last_timemark = self.latest_success_infer_time_mark.get_value()

Callers 1

health_checkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected