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

Method validate

python/src/workflow/workflow.rs:73–76  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

71 }
72
73 fn validate(&self) -> PyResult<()> {
74 self.inner.validate().map_err(to_py_runtime_error)?;
75 Ok(())
76 }
77
78 fn name(&self) -> String {
79 self.inner.name.clone()

Callers 3

executeMethod · 0.45
run_asyncMethod · 0.45
execute_streamingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected