Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreiavrammsd/cpp-channel
/ make
Method
make
benchmarks/channel_benchmark.cpp:80–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
template <std::size_t Size>
79
struct string_input {
80
static std::string make() { return std::string(Size,
'c'
); }
81
};
82
83
struct data {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected