MCPcopy Create free account
hub / github.com/TuGraph-family/tugraph-db / GetNFree

Method GetNFree

test/test_python_plugin_manager_impl.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 max_idle_seconds, max_plugin_lifetime_seconds) {}
52
53 size_t GetNFree() {
54 std::lock_guard<std::mutex> l(_mtx);
55 return _free_processes.size();
56 }
57};
58
59extern void read_code(const std::string& code_path, std::string& code);

Callers 1

TEST_FFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected