Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/upper/db
/ updater
Struct
updater
internal/sqlbuilder/update.go:65–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
type
updater
struct
{
66
builder *sqlBuilder
67
68
fn
func
(*updaterQuery) error
69
prev *updater
70
}
71
72
var
_ = immutable.Immutable(&updater{})
73
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected