Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/NeMo-Relay
/ drop
Method
drop
crates/core/src/plugins/nemo_guardrails/python.rs:589–591 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
587
588
impl Drop for LocalGuardrailsWorker {
589
fn drop(&mut self) {
590
self.shutdown();
591
}
592
}
593
594
struct WorkerCommandWriter {
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected