Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Masterminds/squirrel
/ UpdateBuilder
TypeAlias
UpdateBuilder
update.go:150–150 ·
view source on GitHub ↗
Builder UpdateBuilder builds SQL UPDATE statements.
Source
from the content-addressed store, hash-verified
148
149
// UpdateBuilder builds SQL UPDATE statements.
150
type
UpdateBuilder builder.Builder
151
152
func
init() {
153
builder.Register(UpdateBuilder{}, updateData{})
Callers
1
Update
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected