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

Function scalarCSVRow

pkg/github/csv_output.go:383–385  ·  view source on GitHub ↗
(value any)

Source from the content-addressed store, hash-verified

381}
382
383func scalarCSVRow(value any) map[string]string {
384 return map[string]string{"value": scalarCSVValue(value)}
385}
386
387func scalarCSVValue(value any) string {
388 switch v := value.(type) {

Callers 2

csvDocumentFunction · 0.85
csvRowsFromArrayFunction · 0.85

Calls 1

scalarCSVValueFunction · 0.85

Tested by

no test coverage detected