Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/upper/db
/ Err
Method
Err
internal/sqlbuilder/batch.go:84–86 ·
view source on GitHub ↗
Err returns any error while executing the batch.
()
Source
from the content-addressed store, hash-verified
82
83
// Err returns any error while executing the batch.
84
func
(b *BatchInserter) Err() error {
85
return
b.err
86
}
Callers
1
Wait
Method · 0.95
Implementers
1
BatchInserter
internal/sqlbuilder/batch.go
Calls
no outgoing calls
Tested by
no test coverage detected