Skip to main content

DryRunEffect

DryRunEffect

struct DryRunEffect

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

init(mutatedReferences:returnValues:)

init(mutatedReferences: [DryRunMutation], returnValues: [DryRunReturn])

mutatedReferences

var mutatedReferences: [DryRunMutation]

Changes made to arguments that were mutably borrowed by this command.

returnValues

var returnValues: [DryRunReturn]

Return results of this command.