MCPcopy Create free account
hub / github.com/apple/foundationdb / getPartitionSubpath

Method getPartitionSubpath

bindings/flow/Node.actor.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59IDirectory::Path DirectoryLayer::Node::getPartitionSubpath() const {
60 return Path(targetPath.begin() + path.size(), targetPath.end());
61}
62
63Reference<DirectorySubspace> DirectoryLayer::Node::getContents() const {
64 ASSERT(exists());

Calls 3

beginMethod · 0.45
sizeMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected