MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / pluginQueryParam

Function pluginQueryParam

internal/cmd/shim.go:219–224  ·  view source on GitHub ↗
(p compiler.Parameter)

Source from the content-addressed store, hash-verified

217}
218
219func pluginQueryParam(p compiler.Parameter) *plugin.Parameter {
220 return &plugin.Parameter{
221 Number: int32(p.Number),
222 Column: pluginQueryColumn(p.Column),
223 }
224}
225
226func codeGenRequest(r *compiler.Result, settings config.CombinedSettings) *plugin.GenerateRequest {
227 return &plugin.GenerateRequest{

Callers 1

pluginQueriesFunction · 0.85

Calls 1

pluginQueryColumnFunction · 0.85

Tested by

no test coverage detected