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

Method newWatches

src/program/ui/RamSearchModel.cpp:116–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116int RamSearchModel::newWatches(int mem_flags, int type, int alignment, CompareType ct, CompareOperator co, MemValueType cv, MemValueType dv, uintptr_t ba, uintptr_t ea)
117{
118 value_type = type;
119 compare_type = ct;
120
121 beginResetModel();
122
123 int err = memscanner.first_scan(mem_flags, type, alignment, ct, co, cv, dv, ba, ea);
124
125 endResetModel();
126
127 return err;
128}
129
130int RamSearchModel::searchWatches(CompareType ct, CompareOperator co, MemValueType cv, MemValueType dv)
131{

Callers 1

threadedNewMethod · 0.80

Calls 1

first_scanMethod · 0.80

Tested by

no test coverage detected