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

Function checkPattern

src/external/qhexview/src/model/qhexutils.cpp:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345bool checkPattern(QString pattern) {
346 qint64 len = 0;
347 return PatternUtils::check(pattern, len);
348}
349
350QPair<qint64, qint64> replace(const QHexView* hexview, QVariant oldvalue,
351 QVariant newvalue, qint64 startoffset,

Callers 2

validateActionsMethod · 0.85
prepareOptionsMethod · 0.85

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected