MCPcopy Index your code
hub / github.com/emwalker/digraph / normalize_name

Function normalize_name

backend/src/git/topic.rs:15–17  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

13use crate::prelude::*;
14
15fn normalize_name(name: &str) -> String {
16 name.split_whitespace().join(" ")
17}
18
19fn append_synonym(
20 mut repo_topic: RepoTopic,

Callers 1

callMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected