Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcndev/bytecoin
/ Client
Method
Client
src/http/Server.cpp:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
class Client {
26
public:
27
explicit Client(emscripten::val &&cb, size_t handle) : cb(std::move(cb)), handle(handle) {}
28
emscripten::val cb;
29
size_t handle;
30
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected