MCPcopy 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

TESTFunction · 0.80
LLVMFuzzerTestOneInputFunction · 0.80
SimilarToCompilerMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64