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

Method remediation

crates/openshell-ocsf/src/builders/finding.rs:79–82  ·  view source on GitHub ↗
(mut self, desc: &str)

Source from the content-addressed store, hash-verified

77 /// Add a remediation description.
78 #[must_use]
79 pub fn remediation(mut self, desc: &str) -> Self {
80 self.remediation = Some(Remediation::new(desc));
81 self
82 }
83
84 /// Add evidence key-value pair.
85 #[must_use]

Callers 1

spawnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected