isClean

    true if the EmbeddedChannel was clean on finish, ie. there is no unconsumed inbound, outbound, or pending outbound data left on the Channel.

    Embedded.swift:526
    var isClean: Bool { get }

    Other members in extension

    Instance members

    • var hasLeftOvers: Bool

      true if the EmbeddedChannel if there was unconsumed inbound, outbound, or pending outbound data left on the Channel when it was finished.