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

Method is_alert

crates/openshell-ocsf/src/builders/finding.rs:57–60  ·  view source on GitHub ↗
(mut self, alert: bool)

Source from the content-addressed store, hash-verified

55 }
56 #[must_use]
57 pub fn is_alert(mut self, alert: bool) -> Self {
58 self.is_alert = Some(alert);
59 self
60 }
61 #[must_use]
62 pub fn confidence(mut self, id: ConfidenceId) -> Self {
63 self.confidence = Some(id);

Callers 2

spawnFunction · 0.80

Calls

no outgoing calls

Tested by 1