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

Method error_code

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

If RE2 could not be created properly, returns an error code. Else returns RE2::NoError (== 0).

Source from the content-addressed store, hash-verified

297 // If RE2 could not be created properly, returns an error code.
298 // Else returns RE2::NoError (== 0).
299 ErrorCode error_code() const { return error_code_; }
300
301 // If RE2 could not be created properly, returns the offending
302 // portion of the regexp.

Callers 2

AddMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64