MCPcopy
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
186func (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

QueryWithFunction · 0.85

Tested by

no test coverage detected