Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/upper/db
/ paginator
Struct
paginator
internal/sqlbuilder/paginate.go:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
type
paginator
struct
{
60
fn
func
(*paginatorQuery) error
61
prev *paginator
62
}
63
64
var
_ = immutable.Immutable(&paginator{})
65
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected