MCPcopy Create free account
hub / github.com/parse-community/parse-server / deleteFile

Method deleteFile

src/Controllers/FilesController.js:56–58  ·  view source on GitHub ↗
(config, filename)

Source from the content-addressed store, hash-verified

54 }
55
56 deleteFile(config, filename) {
57 return this.adapter.deleteFile(filename);
58 }
59
60 getMetadata(filename) {
61 if (typeof this.adapter.getMetadata === 'function') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected