Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ TEST
Function
TEST
test/test_any.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
};
61
62
TEST(any, default_create_empty) {
63
Any any;
64
ASSERT_FALSE(any);
65
}
66
67
TEST(any, create_by_copy_instance) {
68
Normal<0> obj(0);
Callers
nothing calls this directly
Calls
9
Sub3
Class · 0.85
ref
Method · 0.80
is_const_reference
Method · 0.80
is_reference
Method · 0.80
cref
Method · 0.80
type
Method · 0.80
assign
Method · 0.80
S
Class · 0.70
clear
Method · 0.45
Tested by
no test coverage detected