MCPcopy Create free account
hub / github.com/Restream/reindexer / QueryTotalCount

Method QueryTotalCount

cpp_src/server/httpserver.cc:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52 std::optional<size_t> TotalCount() const noexcept override { return totalCount_; }
53 std::optional<size_t> QueryTotalCount() const noexcept override { return std::nullopt; }
54 unsigned ExternalLimit() const noexcept override { return kDefaultLimit; }
55 unsigned ExternalOffset() const noexcept override { return kDefaultOffset; }
56

Callers 3

queryResultsMsgPackMethod · 0.45
queryResultsProtobufMethod · 0.45
queryResultParamsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected