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

Method ok

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

Returns whether RE2 was created properly.

Source from the content-addressed store, hash-verified

284
285 // Returns whether RE2 was created properly.
286 bool ok() const { return error_code() == NoError; }
287
288 // The string specification for this RE2. E.g.
289 // RE2 re("ab*c?d+");

Callers 4

AddMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TestOneInputFunction · 0.45

Calls 1

error_codeClass · 0.50

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TestOneInputFunction · 0.36