MCPcopy Create free account
hub / github.com/Vector35/debugger / setValueStatus

Method setValueStatus

ui/stackwidget.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
66 bool operator<(const DebugStackItem& other) const;

Callers 1

setDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected