MCPcopy Create free account
hub / github.com/nsf/gocode / csv_formatter

Struct csv_formatter

formatters.go:123–123  ·  view source on GitHub ↗

------------------------------------------------------------------------- csv_formatter -------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

121//-------------------------------------------------------------------------
122
123type csv_formatter struct{}
124
125func (*csv_formatter) write_candidates(candidates []candidate, num int) {
126 for _, c := range candidates {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected