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

Method confidence

crates/openshell-ocsf/src/builders/finding.rs:62–65  ·  view source on GitHub ↗
(mut self, id: ConfidenceId)

Source from the content-addressed store, hash-verified

60 }
61 #[must_use]
62 pub fn confidence(mut self, id: ConfidenceId) -> Self {
63 self.confidence = Some(id);
64 self
65 }
66 #[must_use]
67 pub fn risk_level(mut self, id: RiskLevelId) -> Self {
68 self.risk_level = Some(id);

Callers 2

spawnFunction · 0.80

Calls

no outgoing calls

Tested by 1