MCPcopy Create free account
hub / github.com/daodst/chat / QueryVariadic

Function QueryVariadic

internal/sqlutil/sql.go:99–101  ·  view source on GitHub ↗

Hack of the century

(count int)

Source from the content-addressed store, hash-verified

97
98// Hack of the century
99func QueryVariadic(count int) string {
100 return QueryVariadicOffset(count, 0)
101}
102
103func QueryVariadicOffset(count, offset int) string {
104 str := "("

Callers 1

RunLimitedVariablesQueryFunction · 0.85

Calls 1

QueryVariadicOffsetFunction · 0.85

Tested by

no test coverage detected