Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-pg/pg
/ dropTableQueryString
Function
dropTableQueryString
orm/table_drop_test.go:26–29 ·
view source on GitHub ↗
(q *Query, opt *DropTableOptions)
Source
from the content-addressed store, hash-verified
24
})
25
26
func
dropTableQueryString(q *Query, opt *DropTableOptions) string {
27
qq := NewDropTableQuery(q, opt)
28
return
queryString(qq)
29
}
Callers
1
table_drop_test.go
File · 0.85
Calls
2
NewDropTableQuery
Function · 0.85
queryString
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…