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

Function newFlattenedCSVRow

pkg/github/csv_output.go:278–282  ·  view source on GitHub ↗
(value map[string]any)

Source from the content-addressed store, hash-verified

276}
277
278func newFlattenedCSVRow(value map[string]any) map[string]string {
279 row := make(map[string]string)
280 appendFlattenedCSVFields(row, value, "")
281 return row
282}
283
284func appendFlattenedCSVFields(row map[string]string, value map[string]any, prefix string) {
285 if value == nil {

Callers 1

csvDocumentFunction · 0.85

Calls 1

appendFlattenedCSVFieldsFunction · 0.85

Tested by

no test coverage detected