Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ Query
Method
Query
delete.go:181–184 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
179
}
180
181
func
(b DeleteBuilder) Query() (*sql.Rows, error) {
182
data := builder.GetStruct(b).(deleteData)
183
return
data.Query()
184
}
185
186
func
(d *deleteData) Query() (*sql.Rows, error) {
187
if
d.RunWith == nil {
Callers
nothing calls this directly
Calls
1
Query
Method · 0.65
Tested by
no test coverage detected