MCPcopy Create free account
hub / github.com/Tencent/embedx / max_node_per_rpc

Method max_node_per_rpc

src/graph/graph_config.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 int cache_type() const noexcept { return cache_type_; }
70 double cache_thld() const noexcept { return cache_thld_; }
71 int max_node_per_rpc() const noexcept { return max_node_per_rpc_; }
72
73 // output
74 const std::string& success_out() const noexcept { return success_out_; }

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected