Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
const
testRowsTableId = 42
11
12
type
testTableContext
struct
{
13
columns []ColumnDescriptor
14
}
15
16
func
newTestTableContext() TableContext {
17
c := &testTableContext{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected