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

Function csvColumnName

pkg/github/csv_output.go:318–323  ·  view source on GitHub ↗
(prefix, key string)

Source from the content-addressed store, hash-verified

316}
317
318func csvColumnName(prefix, key string) string {
319 if prefix == "" {
320 return key
321 }
322 return prefix + "." + key
323}
324
325func preferredPrimaryRowKey(value map[string]any) (string, bool) {
326 for _, key := range primaryCSVRowKeys {

Callers 1

appendFlattenedCSVFieldsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected