Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ RowsAffected
Method
RowsAffected
client/result.go:30–32 ·
view source on GitHub ↗
RowsAffected return how many rows affected.
()
Source
from the content-addressed store, hash-verified
28
29
// RowsAffected return how many rows affected.
30
func
(r *execResult) RowsAffected() (int64, error) {
31
return
r.affectedRows, nil
32
}
Callers
7
TestExecResult
Function · 0.95
TestTransaction
Function · 0.45
Exec
Method · 0.45
Exec
Method · 0.45
Commit
Method · 0.45
Exec
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestExecResult
Function · 0.76
TestTransaction
Function · 0.36