MCPcopy
hub / github.com/sqlc-dev/sqlc / putOutColumns

Function putOutColumns

internal/codegen/golang/result.go:357–360  ·  view source on GitHub ↗
(query *plugin.Query)

Source from the content-addressed store, hash-verified

355}
356
357func putOutColumns(query *plugin.Query) bool {
358 _, found := cmdReturnsData[query.Cmd]
359 return found
360}
361
362// It's possible that this method will generate duplicate JSON tag values
363//

Calls

no outgoing calls