MCPcopy Create free account
hub / github.com/cairoeth/preconfirmations / Close

Method Close

rpc/database/postgres_store.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (d *postgresStore) Close() {
30 d.DB.Close()
31}
32
33func (d *postgresStore) SaveRequestEntry(entry RequestEntry) error {
34 query := `INSERT INTO rpc_endpoint_requests

Callers 9

MockTxAPIHandlerFunction · 0.45
RPCBackendHandlerFunction · 0.45
FetchMethod · 0.45
fetchNetworkIDBytesFunction · 0.45
proxyRequestReadMethod · 0.45
GetAddressNonceRangeMethod · 0.45
resetRedisFunction · 0.45
processMethod · 0.45
GetTxStatusFunction · 0.45

Calls

no outgoing calls

Tested by 1

resetRedisFunction · 0.36