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

Method finding_info

crates/openshell-ocsf/src/builders/finding.rs:52–55  ·  view source on GitHub ↗
(mut self, info: FindingInfo)

Source from the content-addressed store, hash-verified

50
51 #[must_use]
52 pub fn finding_info(mut self, info: FindingInfo) -> Self {
53 self.finding_info = Some(info);
54 self
55 }
56 #[must_use]
57 pub fn is_alert(mut self, alert: bool) -> Self {
58 self.is_alert = Some(alert);

Callers 3

spawnFunction · 0.80

Calls

no outgoing calls

Tested by 2