Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Add
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TestOneInput
Function · 0.45
Calls
1
error_code
Class · 0.50
Tested by
3
TEST
Function · 0.36
TEST
Function · 0.36
TestOneInput
Function · 0.36