MCPcopy Create free account
hub / github.com/SalesforceAIResearch/perfcodegen / delete_file

Function delete_file

src/inference.py:1110–1113  ·  view source on GitHub ↗
(model, ids)

Source from the content-addressed store, hash-verified

1108 print(ids)
1109
1110def delete_file(model, ids):
1111 model = RemoteModel(model)
1112 for i in ids:
1113 model.delete_file(i)
1114
1115def download_file(model, ids):
1116 model = RemoteModel(model)

Callers

nothing calls this directly

Calls 2

delete_fileMethod · 0.95
RemoteModelClass · 0.90

Tested by

no test coverage detected