Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ S
Method
S
test/test_any.cpp:97–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
TEST(any, copy_any_holding_non_copyable_instance_trigger_error) {
96
struct S {
97
S() {}
98
S(const S&) = delete;
99
S(S&&) = default;
100
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected