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

Function embedded_registry

crates/openshell-prover/src/registry.rs:276–278  ·  view source on GitHub ↗

Accessor for the embedded registry (used by credentials module for API descriptors).

()

Source from the content-addressed store, hash-verified

274
275/// Accessor for the embedded registry (used by credentials module for API descriptors).
276pub fn embedded_registry() -> &'static Dir<'static> {
277 &EMBEDDED_REGISTRY
278}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected