Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ Scan
Method
Scan
update.go:187–189 ·
view source on GitHub ↗
(dest ...interface{})
Source
from the content-addressed store, hash-verified
185
}
186
187
func
(b UpdateBuilder) Scan(dest ...
interface
{}) error {
188
return
b.QueryRow().Scan(dest...)
189
}
190
191
// SQL methods
192
Callers
nothing calls this directly
Calls
2
QueryRow
Method · 0.95
Scan
Method · 0.65
Tested by
no test coverage detected