MCPcopy Create free account
hub / github.com/bytebase/bytebase / getStatementWithResultLimitInline

Function getStatementWithResultLimitInline

backend/plugin/db/mssql/query.go:170–172  ·  view source on GitHub ↗
(singleStatement string, limitCount int)

Source from the content-addressed store, hash-verified

168}
169
170func getStatementWithResultLimitInline(singleStatement string, limitCount int) (string, error) {
171 return omnimssql.StatementWithResultLimit(singleStatement, limitCount)
172}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected