Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ QueryRow
Method
QueryRow
update.go:182–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
180
}
181
182
func
(b UpdateBuilder) QueryRow() RowScanner {
183
data := builder.GetStruct(b).(updateData)
184
return
data.QueryRow()
185
}
186
187
func
(b UpdateBuilder) Scan(dest ...
interface
{}) error {
188
return
b.QueryRow().Scan(dest...)
Callers
1
Scan
Method · 0.95
Calls
1
QueryRow
Method · 0.65
Tested by
no test coverage detected