MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Delete

Method Delete

tensorflow/contrib/ignite/kernels/igfs/igfs_client.h:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 Status Delete(CtrlResponse<DeleteResponse> *res, const string &path,
67 bool recursive) {
68 return SendRequestGetResponse(DeleteRequest(user_name_, path, recursive),
69 res);
70 }
71
72 Status WriteBlock(int64_t stream_id, const uint8_t *data, int32_t len) {
73 return SendRequestGetResponse(WriteBlockRequest(stream_id, data, len),

Callers 4

NewWritableFileMethod · 0.45
NewAppendableFileMethod · 0.45
DeleteFileMethod · 0.45
DeleteDirMethod · 0.45

Calls 1

DeleteRequestClass · 0.85

Tested by

no test coverage detected