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

Function NewIdentifier

internal/engine/dolphin/convert.go:33–35  ·  view source on GitHub ↗
(t string)

Source from the content-addressed store, hash-verified

31}
32
33func NewIdentifier(t string) *ast.String {
34 return &ast.String{Str: identifier(t)}
35}
36
37func (c *cc) convertAlterTableStmt(n *pcast.AlterTableStmt) ast.Node {
38 alt := &ast.AlterTableStmt{

Callers 9

convertColumnNameExprMethod · 0.70
convertDeleteStmtMethod · 0.70
convertFuncCallExprMethod · 0.70
convertWildCardFieldMethod · 0.70
convertCallStmtMethod · 0.70
toListFunction · 0.70

Calls 1

identifierFunction · 0.70

Tested by

no test coverage detected