Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
409
func
normalizeCSVWhitespace(value string) string {
410
return
strings.Join(strings.Fields(value),
" "
)
411
}
Callers
2
writeCSVMetadata
Function · 0.85
csvColumnValue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected