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

Function isBodyColumn

pkg/github/csv_output.go:405–407  ·  view source on GitHub ↗
(column string)

Source from the content-addressed store, hash-verified

403}
404
405func isBodyColumn(column string) bool {
406 return column == "body" || strings.HasSuffix(column, ".body")
407}
408
409func normalizeCSVWhitespace(value string) string {
410 return strings.Join(strings.Fields(value), " ")

Callers 1

csvColumnValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected