Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ RegexpEqualTestingOnly
Function
RegexpEqualTestingOnly
extern/re2/re2/testing/parse_test.cc:226–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
};
225
226
bool RegexpEqualTestingOnly(Regexp* a, Regexp* b) {
227
return Regexp::Equal(a, b);
228
}
229
230
void TestParse(const Test* tests, int ntests, Regexp::ParseFlags flags,
231
const std::string& title) {
Callers
1
TestParse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected