Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/upper/db
/ arguments
Method
arguments
internal/sqlbuilder/update.go:58–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(uq *updaterQuery) arguments() []
interface
{} {
59
return
joinArguments(
60
uq.columnValuesArgs,
61
uq.whereArgs,
62
)
63
}
64
65
type
updater
struct
{
66
builder *sqlBuilder
Callers
2
Arguments
Method · 0.45
ExecContext
Method · 0.45
Calls
1
joinArguments
Function · 0.85
Tested by
no test coverage detected