MCPcopy
hub / github.com/pingcap/tidb / mockRows

Struct mockRows

pkg/ttl/ttlworker/session_test.go:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79type mockRows struct {
80 t *testing.T
81 fieldTypes []*types.FieldType
82 *chunk.Chunk
83}
84
85func newMockRows(t *testing.T, fieldTypes ...*types.FieldType) *mockRows {
86 return &mockRows{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected