func reportName()

in Sources/apm-agent-ios/Instrumentation/ViewController/ViewControllerInstrumentation.swift [26:29]


  func reportName(_ name: String) -> Self {
    VCNameOverrideStore.shared().name = name
    return self
  }