MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / get_queue_size

Method get_queue_size

log.py:300–301  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

298 _stop_writer_thread()
299
300 def get_queue_size(self) -> int:
301 return len(_log_deque)
302
303
304# 导出全局日志实例

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected