Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ Query
Method
Query
update.go:177–180 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
}
176
177
func
(b UpdateBuilder) Query() (*sql.Rows, error) {
178
data := builder.GetStruct(b).(updateData)
179
return
data.Query()
180
}
181
182
func
(b UpdateBuilder) QueryRow() RowScanner {
183
data := builder.GetStruct(b).(updateData)
Callers
nothing calls this directly
Calls
1
Query
Method · 0.65
Tested by
no test coverage detected