MCPcopy Create free account
hub / github.com/NVIDIA/NeMo-Relay / qualify_name

Method qualify_name

crates/python/src/py_plugin.rs:206–208  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

204 }
205
206 fn qualify_name(&self, name: &str) -> String {
207 format!("{}{}", self.namespace_prefix, name)
208 }
209}
210
211#[pymethods]

Calls

no outgoing calls

Tested by

no test coverage detected