Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ Query
Method
Query
delete.go:186–191 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
184
}
185
186
func
(d *deleteData) Query() (*sql.Rows, error) {
187
if
d.RunWith == nil {
188
return
nil, RunnerNotSet
189
}
190
return
QueryWith(d.RunWith, d)
191
}
Callers
nothing calls this directly
Calls
1
QueryWith
Function · 0.85
Tested by
no test coverage detected