MCPcopy 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
218Regexp* CoalesceWalker::Copy(Regexp* re) {
219 return re->Incref();
220}
221
222Regexp* CoalesceWalker::ShortVisit(Regexp* re, Regexp* parent_arg) {
223 // Should never be called: we use Walk(), not WalkExponential().

Callers

nothing calls this directly

Calls 1

IncrefMethod · 0.45

Tested by

no test coverage detected