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

Method getNextRequestId

src/quip_factory.cpp:350–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348 }
349
350 static int getNextRequestId() { return request_id_counter_++; }
351
352 nlohmann::json sendJsonRpc(const std::string &method,
353 const nlohmann::json &params) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected