MCPcopy Create free account
hub / github.com/NVIDIA/SkillSpector / active_requests

Method active_requests

contrib/multilingual/api_pool.py:334–337  ·  view source on GitHub ↗

Total active requests across all keys.

(self)

Source from the content-addressed store, hash-verified

332
333 @property
334 def active_requests(self) -> int:
335 """Total active requests across all keys."""
336 with self._lock:
337 return sum(k.active_requests for k in self._keys)
338
339 def snapshot(self) -> dict[str, object]:
340 """Return a snapshot dict suitable for report metadata."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected