MCPcopy Index your code
hub / github.com/Commit-Boost/commit-boost-client / format_comma_separated

Function format_comma_separated

crates/cli/src/docker_init.rs:615–617  ·  view source on GitHub ↗

Formats as a comma separated list of key=value

(map: &IndexMap<ModuleId, String>)

Source from the content-addressed store, hash-verified

613
614/// Formats as a comma separated list of key=value
615fn format_comma_separated(map: &IndexMap<ModuleId, String>) -> String {
616 map.iter().map(|(k, v)| format!("{k}={v}")).collect::<Vec<_>>().join(",")
617}

Callers 1

handle_docker_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected