MCPcopy Index your code
hub / github.com/InfinitiBit/graphbit / with_actual

Method with_actual

core/src/validation.rs:101–104  ·  view source on GitHub ↗

Add actual value information

(mut self, actual: impl Into<String>)

Source from the content-addressed store, hash-verified

99
100 /// Add actual value information
101 pub fn with_actual(mut self, actual: impl Into<String>) -> Self {
102 self.actual = Some(actual.into());
103 self
104 }
105}
106
107/// A validation rule

Calls

no outgoing calls