| 57 | |
| 58 | |
| 59 | const bool CommitCtx :: IsNewCommit() const |
| 60 | { |
| 61 | return m_llInstanceID == (uint64_t)-1 && m_psValue != nullptr; |
| 62 | } |
| 63 | |
| 64 | std::string & CommitCtx :: GetCommitValue() |
| 65 | { |
nothing calls this directly
no outgoing calls
no test coverage detected