Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ S
Method
S
test/test_future.cpp:346–346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
TEST(promise, promise_set_value_with_emplace_semantics) {
345
struct S {
346
S(int32_t v) : v(v) {}
347
S() = delete;
348
S(S&&) = delete;
349
S(const S&) = delete;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected