Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepseek-ai/3FS
/ checkPruned
Method
checkPruned
tests/client/TestMetaClient.cc:1473–1476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1471
return closed.count(inode);
1472
}
1473
bool checkPruned(Uuid session) {
1474
std::lock_guard<std::mutex> lock(mutex);
1475
return pruned.count(session);
1476
}
1477
};
1478
1479
MockMetaService(bool inject, std::shared_ptr<State> state)
Callers
1
TEST
Function · 0.80
Calls
1
count
Method · 0.45
Tested by
no test coverage detected