| 60 | std::string hint() const { return m_hint; } |
| 61 | void setValue(uint64_t value) { m_value = value; } |
| 62 | DebugStackValueStatus valueStatus() const { return m_valueStatus; } |
| 63 | void setValueStatus(DebugStackValueStatus newStatus) { m_valueStatus = newStatus; } |
| 64 | bool operator==(const DebugStackItem& other) const; |
| 65 | bool operator!=(const DebugStackItem& other) const; |
no outgoing calls
no test coverage detected