Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ set_log_errors
Method
set_log_errors
extern/re2/re2/re2.h:683–683 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
681
682
bool log_errors() const { return log_errors_; }
683
void set_log_errors(bool b) { log_errors_ = b; }
684
685
int64_t max_mem() const { return max_mem_; }
686
void set_max_mem(int64_t m) { max_mem_ = m; }
Callers
4
TEST
Function · 0.80
LLVMFuzzerTestOneInput
Function · 0.80
SimilarToCompiler
Method · 0.80
SubstringSimilarCompiler
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64