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

Function pluginWASM

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

Source from the content-addressed store, hash-verified

50}
51
52func pluginWASM(p config.Plugin) *plugin.Codegen_WASM {
53 if p.WASM != nil {
54 return &plugin.Codegen_WASM{
55 Url: p.WASM.URL,
56 Sha256: p.WASM.SHA256,
57 }
58 }
59 return nil
60}
61
62func pluginCatalog(c *catalog.Catalog) *plugin.Catalog {
63 var schemas []*plugin.Schema

Callers 1

pluginCodegenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected