MCPcopy Create free account
hub / github.com/deepseek-ai/3FS / checkClosed

Method checkClosed

tests/client/TestMetaClient.cc:1469–1472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1467 std::set<Uuid> pruned;
1468
1469 bool checkClosed(InodeId inode) {
1470 std::lock_guard<std::mutex> lock(mutex);
1471 return closed.count(inode);
1472 }
1473 bool checkPruned(Uuid session) {
1474 std::lock_guard<std::mutex> lock(mutex);
1475 return pruned.count(session);

Callers 1

TESTFunction · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected