Method
failLedger
(ctx context.Context, requestID string)
Source from the content-addressed store, hash-verified
| 216 | } |
| 217 | |
| 218 | func (o *Orchestrator) failLedger(ctx context.Context, requestID string) { |
| 219 | if o.Ledger != nil { |
| 220 | o.Ledger.Fail(ctx, requestID) |
| 221 | } |
| 222 | } |
Tested by
no test coverage detected