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

Method get

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

Look up a binary by exact path.

(&self, path: &str)

Source from the content-addressed store, hash-verified

160impl BinaryRegistry {
161 /// Look up a binary by exact path.
162 pub fn get(&self, path: &str) -> Option<&BinaryCapability> {
163 self.binaries.get(path)
164 }
165
166 /// Look up a binary, falling back to glob matching, then to a conservative
167 /// unknown descriptor.

Callers 6

get_or_unknownMethod · 0.45
actions_for_scopesMethod · 0.45
can_write_to_endpointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected