Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ ASSERT_OK_AND_ASSIGN
Function
ASSERT_OK_AND_ASSIGN
runtime/internal/function_adapter_test.cc:222–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
int64_t value = 10;
221
222
ASSERT_OK_AND_ASSIGN(auto result, AdaptedToValueVisitor{}(value));
223
224
ASSERT_TRUE(result.IsInt());
225
EXPECT_EQ(result.GetInt().NativeValue(), 10);
Callers
6
TEST
Function · 0.50
TEST_P
Function · 0.50
TEST
Function · 0.50
TEST_P
Function · 0.50
TEST
Function · 0.50
TEST_F
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected