(text: &str)
| 113 | } |
| 114 | |
| 115 | pub(crate) fn format_unique_string(text: &str) -> String { |
| 116 | deunicode::deunicode(text).to_lowercase().replace(' ', "") |
| 117 | } |
| 118 | |
| 119 | /// The minimum principal value that can be used. |
| 120 | pub const MIN_PRINCIPAL: Principal = Principal::from_slice(&[0; 29]); |
no outgoing calls
no test coverage detected