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

Method with_desc

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

Source from the content-addressed store, hash-verified

33 /// Set the description.
34 #[must_use]
35 pub fn with_desc(mut self, desc: &str) -> Self {
36 self.desc = Some(desc.to_string());
37 self
38 }
39}
40
41/// OCSF Evidence object — artifacts associated with a finding.

Callers 4

spawnFunction · 0.80

Calls

no outgoing calls