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

Function inodeDataWithoutLayout

tests/client/TestMetaClient.cc:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128};
129
130InodeData inodeDataWithoutLayout(InodeData d) {
131 if (d.isFile()) {
132 d.asFile().layout = {};
133 d.asFile().dynStripe = 0;
134 }
135 if (d.isDirectory()) d.asDirectory().layout = {};
136 return d;
137}
138
139class TestMetaClient : public ::testing::Test {
140 public:

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected