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

Method Restore

extern/re2/re2/dfa.cc:1242–1250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1240}
1241
1242DFA::State* DFA::StateSaver::Restore() {
1243 if (is_special_)
1244 return special_;
1245 MutexLock l(&dfa_->mutex_);
1246 State* s = dfa_->CachedState(inst_, ninst_, flag_);
1247 if (s == NULL)
1248 LOG(DFATAL) << "StateSaver failed to restore state.";
1249 return s;
1250}
1251
1252
1253//////////////////////////////////////////////////////////////////////

Callers 1

InlinedSearchLoopMethod · 0.80

Calls 1

CachedStateMethod · 0.80

Tested by

no test coverage detected