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

Function IsNoMatch

extern/re2/re2/compile.cc:271–273  ·  view source on GitHub ↗

Is a an unmatchable fragment?

Source from the content-addressed store, hash-verified

269
270// Is a an unmatchable fragment?
271static bool IsNoMatch(Frag a) {
272 return a.begin == 0;
273}
274
275// Given fragments a and b, returns fragment for ab.
276Frag Compiler::Cat(Frag a, Frag b) {

Callers 5

CatMethod · 0.85
AltMethod · 0.85
QuestMethod · 0.85
CaptureMethod · 0.85
AddSuffixRecursiveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected