MCPcopy 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

3import "github.com/sqlc-dev/sqlc/internal/sql/format"
4
5type Float struct {
6 Str string
7}
8
9func (n *Float) Pos() int {
10 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected