Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ Float
Struct
Float
internal/sql/ast/float.go:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"github.com/sqlc-dev/sqlc/internal/sql/format"
4
5
type
Float
struct
{
6
Str string
7
}
8
9
func
(n *Float) Pos() int {
10
return
0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected