Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ TEST
Function
TEST
internal/to_address_test.cc:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
namespace {
23
24
TEST(ToAddress, RawPointer) {
25
char c;
26
EXPECT_EQ(internal::to_address(&c), &c);
27
}
28
29
struct ImplicitFancyPointer {
30
using element_type = char;
Callers
nothing calls this directly
Calls
1
to_address
Function · 0.85
Tested by
no test coverage detected