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

Method validate

core/src/workflow.rs:90–93  ·  view source on GitHub ↗

Validate the workflow

(&self)

Source from the content-addressed store, hash-verified

88
89 /// Validate the workflow
90 pub fn validate(&self) -> GraphBitResult<()> {
91 // tracing::debug!("Workflow '{:#?}' validated successfully", self.graph);
92 self.graph.validate()
93 }
94
95 /// Set workflow metadata
96 pub fn set_metadata(&mut self, key: String, value: serde_json::Value) {

Calls

no outgoing calls