MCPcopy 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
588impl Drop for LocalGuardrailsWorker {
589 fn drop(&mut self) {
590 self.shutdown();
591 }
592}
593
594struct WorkerCommandWriter {

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected