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

Method createQueryOp

src/client/storage/StorageClient.cc:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70QueryLastChunkOp StorageClient::createQueryOp(ChainId chainId,
71 ChunkId chunkIdBegin,
72 ChunkId chunkIdEnd,
73 uint32_t maxNumChunkIdsToProcess,
74 void *userCtx) {
75 return QueryLastChunkOp{chainId, {chunkIdBegin, chunkIdEnd, maxNumChunkIdsToProcess}, userCtx};
76}
77
78RemoveChunksOp StorageClient::createRemoveOp(ChainId chainId,
79 ChunkId chunkIdBegin,

Callers 6

queryChunksByChainMethod · 0.80
queryAllChunksMethod · 0.80
TEST_PFunction · 0.80
TEST_FFunction · 0.80
TEST_PFunction · 0.80
queryTotalChunksFunction · 0.80

Calls

no outgoing calls

Tested by 4

TEST_PFunction · 0.64
TEST_FFunction · 0.64
TEST_PFunction · 0.64
queryTotalChunksFunction · 0.64