MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / TEST

Function TEST

eval/public/message_wrapper_test.cc:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace {
28
29TEST(MessageWrapper, Size) {
30 static_assert(sizeof(MessageWrapper) <= 2 * sizeof(uintptr_t),
31 "MessageWrapper must not increase CelValue size.");
32}
33
34TEST(MessageWrapper, WrapsMessage) {
35 TestMessage test_message;

Callers

nothing calls this directly

Calls 3

message_ptrMethod · 0.80
legacy_type_infoMethod · 0.80
BuildMethod · 0.45

Tested by

no test coverage detected