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

Method convertBinlogStmt

internal/engine/dolphin/convert.go:826–828  ·  view source on GitHub ↗
(n *pcast.BinlogStmt)

Source from the content-addressed store, hash-verified

824}
825
826func (c *cc) convertBinlogStmt(n *pcast.BinlogStmt) ast.Node {
827 return todo(n)
828}
829
830func (c *cc) convertByItem(n *pcast.ByItem) ast.Node {
831 switch n.Expr.(type) {

Callers 1

convertMethod · 0.95

Calls 1

todoFunction · 0.70

Tested by

no test coverage detected