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

Method set_longest_match

extern/re2/re2/re2.h:680–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678
679 bool longest_match() const { return longest_match_; }
680 void set_longest_match(bool b) { longest_match_ = b; }
681
682 bool log_errors() const { return log_errors_; }
683 void set_log_errors(bool b) { log_errors_ = b; }

Callers 4

HandleRegexpMethod · 0.80
TestInstanceMethod · 0.80
TESTFunction · 0.80
LLVMFuzzerTestOneInputFunction · 0.80

Calls

no outgoing calls

Tested by 3

HandleRegexpMethod · 0.64
TestInstanceMethod · 0.64
TESTFunction · 0.64