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

Method SetTableContext

database/binlog/event_parser.go:148–152  ·  view source on GitHub ↗
(context TableContext)

Source from the content-addressed store, hash-verified

146}
147
148func (m *v4EventParserMap) SetTableContext(context TableContext) {
149 for _, p := range m.parsers {
150 p.SetTableContext(context)
151 }
152}
153
154func (m *v4EventParserMap) SetNumSupportedEventTypes(num int) {
155 m.numSupportedEventTypes = num

Callers

nothing calls this directly

Calls 1

SetTableContextMethod · 0.65

Tested by

no test coverage detected