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

Method set_never_capture

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

Source from the content-addressed store, hash-verified

696
697 bool never_capture() const { return never_capture_; }
698 void set_never_capture(bool b) { never_capture_ = b; }
699
700 bool case_sensitive() const { return case_sensitive_; }
701 void set_case_sensitive(bool b) { case_sensitive_ = b; }

Callers 3

SetMethod · 0.80
TESTFunction · 0.80
LLVMFuzzerTestOneInputFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64