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

Method source

benchmark/ghostferry_benchmark.rb:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53 class << self
54 def source
55 @source ||= Mysql2::Client.new(
56 host: "127.0.0.1",
57 port: 29291,
58 username: "root",
59 password: ""
60 )
61 end
62
63 def target
64 @target ||= Mysql2::Client.new(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected