MCPcopy Create free account
hub / github.com/facebook/time / RunTest

Method RunTest

ptp/linearizability/linearizability.go:39–39  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

37// Tester is basically a half of PTP unicast client
38type Tester interface {
39 RunTest(ctx context.Context) TestResult
40}
41
42var b2i = map[bool]int64{false: 0, true: 1}

Implementers 2

SPTPHTTPTesterptp/linearizability/linearizability_sp
PTPTesterptp/linearizability/linearizability_pt

Calls

no outgoing calls