(&self, _: Option<&Vec<crate::Label>>)
| 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` |
nothing calls this directly
no outgoing calls
no test coverage detected