pub fn process_commit_validation_result(
    validation_result: CommitValidationResult,
    callback: Callback<CommitProcessingOutcome>
)
Expand description

Runs the callback with the appropriate CommitProcessingOutcome based on the given CommitValidationResult. Outcome is bad if ghost is undefined, good otherwise.