MCPcopy Create free account
hub / github.com/LEXUGE/dcompass / validate

Method validate

droute/src/router/script/native.rs:54–57  ·  view source on GitHub ↗
(&self, _: Option<&Vec<crate::Label>>)

Source from the content-addressed store, hash-verified

52 type Error = ScriptError;
53
54 fn validate(&self, _: Option<&Vec<crate::Label>>) -> Result<()> {
55 self.upstreams.validate(None)?;
56 Ok(())
57 }
58}
59
60/// The builder for `NativeScript`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected