Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ identifier
Function
identifier
internal/engine/dolphin/convert.go:29–31 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
27
}
28
29
func
identifier(id string) string {
30
return
strings.ToLower(id)
31
}
32
33
func
NewIdentifier(t string) *ast.String {
34
return
&ast.String{Str: identifier(t)}
Callers
6
NewIdentifier
Function · 0.70
convertAssignment
Method · 0.70
convertColumnNames
Method · 0.70
convertSelectField
Method · 0.70
convertTableName
Method · 0.70
parseTableName
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected