Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
35
type
NoopMatrix
struct
{}
36
37
func
(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