MCPcopy
hub / github.com/dropbox/godropbox / testTableContext

Struct testTableContext

database/binlog/rows_event_test.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const testRowsTableId = 42
11
12type testTableContext struct {
13 columns []ColumnDescriptor
14}
15
16func newTestTableContext() TableContext {
17 c := &testTableContext{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected