Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
HandleRegexp
Method · 0.80
TestInstance
Method · 0.80
TEST
Function · 0.80
LLVMFuzzerTestOneInput
Function · 0.80
Calls
no outgoing calls
Tested by
3
HandleRegexp
Method · 0.64
TestInstance
Method · 0.64
TEST
Function · 0.64