class Dry::Schema::MessageCompiler::VisitorOpts

def call(other)

Other tags:
    Api: - private
def call(other)
  merge(other.update(path: [*path, *other[:path]]))
end