MCPcopy 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

22namespace {
23
24TEST(ToAddress, RawPointer) {
25 char c;
26 EXPECT_EQ(internal::to_address(&c), &c);
27}
28
29struct ImplicitFancyPointer {
30 using element_type = char;

Callers

nothing calls this directly

Calls 1

to_addressFunction · 0.85

Tested by

no test coverage detected