MCPcopy
hub / github.com/alibaba/MongoShake / NoopMatrix

Struct NoopMatrix

executor/collision_matrix.go:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type NoopMatrix struct{}
36
37func (noop *NoopMatrix) split(logs []*PartialLogWithCallback) [][]*PartialLogWithCallback {
38 return [][]*PartialLogWithCallback{logs}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected