(&self)
| 145 | /// Get the name of the function. |
| 146 | #[must_use] |
| 147 | pub fn name(&self) -> &str { |
| 148 | &self.name |
| 149 | } |
| 150 | } |
| 151 | |
| 152 | fn convert_args_node(statement_bytes: &[u8], args: Option<&Node>) -> Result<Option<Vec<FunctionArg>>, DscError> { |
no outgoing calls
no test coverage detected