func gatherParams()

in FishyTransport/Sources/FishyActorsGenerator/Analysis.swift [199:203]


  func gatherParams() -> GatherParameters.Output {
    let gather = GatherParameters()
    gather.walk(self)
    return gather.params
  }