Skip to main content

DryRunEffect

data class DryRunEffect(var mutatedReferences: List<DryRunMutation>, var returnValues: List<DryRunReturn>) : Disposable

Effects of a single command in the dry run, including mutated references and return values.

Constructors

DryRunEffectconstructor(mutatedReferences: List<DryRunMutation>, returnValues: List<DryRunReturn>)

Properties

NameSummary
mutatedReferencesvar mutatedReferences: List<DryRunMutation>
Changes made to arguments that were mutably borrowed by this command.
returnValuesvar returnValues: List<DryRunReturn>
Return results of this command.

Functions

NameSummary
destroyopen override fun destroy()