MCPcopy Create free account
hub / github.com/QuipNetwork/cpp-sdk / WriteCallback

Method WriteCallback

src/quip_wallet.cpp:699–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697
698private:
699 static size_t WriteCallback(void *contents, size_t size, size_t nmemb,
700 std::string *userp) {
701 userp->append((char *)contents, size * nmemb);
702 return size * nmemb;
703 }
704
705 nlohmann::json sendJsonRpc(const std::string &method,
706 const nlohmann::json &params) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected