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

Method Replay

xenomint/state.go:705–707  ·  view source on GitHub ↗

Replay replays a write log from other peer to replicate storage state.

(req *types.Request, resp *types.Response)

Source from the content-addressed store, hash-verified

703
704// Replay replays a write log from other peer to replicate storage state.
705func (s *State) Replay(req *types.Request, resp *types.Response) (err error) {
706 return s.ReplayWithContext(context.Background(), req, resp)
707}
708
709// ReplayWithContext replays a write log from other peer to replicate storage state with context.
710func (s *State) ReplayWithContext(

Callers 1

TestStateFunction · 0.80

Calls 1

ReplayWithContextMethod · 0.95

Tested by 1

TestStateFunction · 0.64