(map: &mut HashMap<&'static str, StandardFunction>)
| 8 | |
| 9 | #[inline(always)] |
| 10 | pub(crate) fn register_commits_functions(map: &mut HashMap<&'static str, StandardFunction>) { |
| 11 | map.insert("commit_conventional", commit_conventional); |
| 12 | } |
| 13 | |
| 14 | #[inline(always)] |
| 15 | pub(crate) fn register_commits_function_signatures(map: &mut HashMap<&'static str, Signature>) { |
no outgoing calls
no test coverage detected
searching dependent graphs…