MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ShortVisit

Method ShortVisit

extern/re2/re2/simplify.cc:222–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222Regexp* CoalesceWalker::ShortVisit(Regexp* re, Regexp* parent_arg) {
223 // Should never be called: we use Walk(), not WalkExponential().
224#ifndef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
225 LOG(DFATAL) << "CoalesceWalker::ShortVisit called";
226#endif
227 return re->Incref();
228}
229
230Regexp* CoalesceWalker::PostVisit(Regexp* re,
231 Regexp* parent_arg,

Callers

nothing calls this directly

Calls 1

IncrefMethod · 0.45

Tested by

no test coverage detected