MCPcopy Create free account
hub / github.com/clementgallet/libTAS / addWatch

Method addWatch

src/program/ui/RamWatchView.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void RamWatchView::addWatch(std::unique_ptr<RamWatchDetailed> watch)
68{
69 ramWatchModel->addWatch(std::move(watch));
70}
71
72void RamWatchView::update()
73{

Callers 2

slotAddMethod · 0.45
slotAddMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected