MCPcopy Index your code
hub / github.com/github/github-mcp-server / normalizeCSVWhitespace

Function normalizeCSVWhitespace

pkg/github/csv_output.go:409–411  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

407}
408
409func normalizeCSVWhitespace(value string) string {
410 return strings.Join(strings.Fields(value), " ")
411}

Callers 2

writeCSVMetadataFunction · 0.85
csvColumnValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected