Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ Copy
Method
Copy
extern/re2/re2/simplify.cc:218–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
}
217
218
Regexp* CoalesceWalker::Copy(Regexp* re) {
219
return re->Incref();
220
}
221
222
Regexp* CoalesceWalker::ShortVisit(Regexp* re, Regexp* parent_arg) {
223
// Should never be called: we use Walk(), not WalkExponential().
Callers
nothing calls this directly
Calls
1
Incref
Method · 0.45
Tested by
no test coverage detected