MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / source_summary

Method source_summary

uncommon_route/benchmark.py:484–485  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

482 return len(seen)
483
484 def source_summary(self) -> dict[str, int]:
485 return {name: len(entries) for name, entries in self._sources.items()}
486
487 @staticmethod
488 def _extract_model_family(model_id: str) -> str:

Callers 1

_on_startupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected