MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / errPass

Function errPass

blockproducer/storage.go:155–159  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

153}
154
155func errPass(err error) storageProcedure {
156 return func(_ *sql.Tx) error {
157 return err
158 }
159}
160
161func openStorage(path string) (st xi.Storage, err error) {
162 var ierr error

Callers 5

addBlockFunction · 0.85
addTxFunction · 0.85
updateAccountFunction · 0.85
updateShardChainFunction · 0.85
updateProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected