Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ Negate
Function
Negate
extern/re2/re2/testing/charclass_test.cc:121–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
// Helpers to make templated CorrectCC work with both CharClass and CharClassBuilder.
120
121
CharClass* Negate(CharClass *cc) {
122
return cc->Negate();
123
}
124
125
void Delete(CharClass* cc) {
126
cc->Delete();
Callers
1
CorrectCC
Function · 0.85
Calls
2
Negate
Method · 0.80
Copy
Method · 0.45
Tested by
no test coverage detected