MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isValid

Function isValid

include/eepp/system/regex.hpp:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 virtual ~RegEx();
77
78 virtual bool isValid() const override { return mValid; }
79
80 virtual bool matches( const char* stringSearch, int stringStartOffset,
81 PatternMatcher::Range* matchList, size_t stringLength ) const override;

Callers 4

siblingMethod · 0.50
siblingAtColumnMethod · 0.50
dataMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected