MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / load_repos

Function load_repos

scripts/mcp_probe/probe.py:330–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

328# ---------------------------------------------------------------------------- main
329
330def load_repos() -> list[dict]:
331 with open(REPOS_CONF, "rb") as f:
332 return tomllib.load(f).get("repos", [])
333
334
335def load_probe_set(languages: list[str], discovered: dict) -> dict:

Callers 2

mainFunction · 0.90
mainFunction · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected