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

Method keys_configured

contrib/multilingual/api_pool.py:324–326  ·  view source on GitHub ↗

Total number of keys in the pool.

(self)

Source from the content-addressed store, hash-verified

322
323 @property
324 def keys_configured(self) -> int:
325 """Total number of keys in the pool."""
326 return len(self._keys)
327
328 @property
329 def total_capacity(self) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected