Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coinbase/cb-mpc
/ require
Function
require
demo-cpp/parallel_transport/main.cpp:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void require(bool ok, const std::string& msg) {
27
if (!ok) die(msg);
28
}
29
30
void require_rv(error_t got, error_t want, const std::string& msg) {
31
if (got != want) {
Callers
4
demo_parallel_transport_oob_receive
Function · 0.70
demo_parallel_transport_oob_receive_all
Function · 0.70
demo_parallel_2pc_messaging
Function · 0.70
bench.js
File · 0.50
Calls
1
die
Function · 0.70
Tested by
no test coverage detected