Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ RE
Function
RE
test/gtest/gtest.h:2040–2040 ·
view source on GitHub ↗
Constructs an RE from a string.
Source
from the content-addressed store, hash-verified
2038
2039
// Constructs an RE from a string.
2040
RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT
2041
2042
#if GTEST_HAS_GLOBAL_STRING
2043
Callers
1
gtest.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected