Counts the frequency of each character in the input string # Arguments `text` - The input string to analyze # Returns A HashMap mapping each character to its frequency count
(text: &str)
source not stored for this graph (policy: none)
no outgoing calls