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

Method convertBRIEStmt

internal/engine/dolphin/convert.go:808–810  ·  view source on GitHub ↗
(n *pcast.BRIEStmt)

Source from the content-addressed store, hash-verified

806}
807
808func (c *cc) convertBRIEStmt(n *pcast.BRIEStmt) ast.Node {
809 return todo(n)
810}
811
812func (c *cc) convertBeginStmt(n *pcast.BeginStmt) ast.Node {
813 return todo(n)

Callers 1

convertMethod · 0.95

Calls 1

todoFunction · 0.70

Tested by

no test coverage detected