MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / _resolve_one

Function _resolve_one

deploy/sbom/resolve_licenses.py:386–388  ·  view source on GitHub ↗

Resolve a single component, returning (key, license_id | None).

(key: str, comp: dict)

Source from the content-addressed store, hash-verified

384
385
386def _resolve_one(key: str, comp: dict) -> tuple[str, str | None]:
387 """Resolve a single component, returning (key, license_id | None)."""
388 return key, resolve_component(comp)
389
390
391# Concurrency: different registries can run in parallel; within a domain

Callers

nothing calls this directly

Calls 1

resolve_componentFunction · 0.85

Tested by

no test coverage detected