Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
383
func
scalarCSVRow(value any)
map
[string]string {
384
return
map
[string]string{
"value"
: scalarCSVValue(value)}
385
}
386
387
func
scalarCSVValue(value any) string {
388
switch
v := value.(
type
) {
Callers
2
csvDocument
Function · 0.85
csvRowsFromArray
Function · 0.85
Calls
1
scalarCSVValue
Function · 0.85
Tested by
no test coverage detected