This should only be called from the Context initializers!
| 388 | |
| 389 | // This should only be called from the Context initializers! |
| 390 | void |
| 391 | set_state(cripts::Transaction *state) |
| 392 | { |
| 393 | _state = state; |
| 394 | } |
| 395 | |
| 396 | Status status; |
| 397 | Reason reason; |
no outgoing calls
no test coverage detected