| 35 | // point reads |
| 36 | template <> |
| 37 | bool TSS_doCompare(const GetValueReply& src, const GetValueReply& tss) { |
| 38 | return src.value.present() == tss.value.present() && (!src.value.present() || src.value.get() == tss.value.get()); |
| 39 | } |
| 40 | |
| 41 | template <> |
| 42 | const char* TSS_mismatchTraceName(const GetValueRequest& req) { |
no test coverage detected