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

Function pluginProcess

internal/cmd/shim.go:43–50  ·  view source on GitHub ↗
(p config.Plugin)

Source from the content-addressed store, hash-verified

41}
42
43func pluginProcess(p config.Plugin) *plugin.Codegen_Process {
44 if p.Process != nil {
45 return &plugin.Codegen_Process{
46 Cmd: p.Process.Cmd,
47 }
48 }
49 return nil
50}
51
52func pluginWASM(p config.Plugin) *plugin.Codegen_WASM {
53 if p.WASM != nil {

Callers 1

pluginCodegenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected