| 95 | } |
| 96 | |
| 97 | void CommitCtx :: SetResultOnlyRet(const int iCommitRet) |
| 98 | { |
| 99 | return SetResult(iCommitRet, (uint64_t)-1, ""); |
| 100 | } |
| 101 | |
| 102 | void CommitCtx :: SetResult( |
| 103 | const int iCommitRet, |
nothing calls this directly
no outgoing calls
no test coverage detected