MCPcopy Create free account
hub / github.com/Shopify/ghostferry / Get

Method Get

table_schema_cache.go:333–335  ·  view source on GitHub ↗
(database, table string)

Source from the content-addressed store, hash-verified

331}
332
333func (c TableSchemaCache) Get(database, table string) *TableSchema {
334 return c[fullTableName(database, table)]
335}
336
337func TargetToSourceRewrites(databaseRewrites map[string]string) (map[string]string, error) {
338 targetToSourceRewrites := make(map[string]string)

Callers

nothing calls this directly

Calls 1

fullTableNameFunction · 0.85

Tested by

no test coverage detected