MCPcopy Index your code
hub / github.com/parse-community/parse-server / getFileData

Method getFileData

src/Adapters/Files/FilesAdapter.js:65–65  ·  view source on GitHub ↗

Responsible for retrieving the data of the specified file * * @param {string} filename - the name of file to retrieve * * @return {Promise} a promise that should pass with the file data or fail on error

(filename: string)

Source from the content-addressed store, hash-verified

63 * @return {Promise} a promise that should pass with the file data or fail on error
64 */
65 getFileData(filename: string): Promise<any> {}
66
67 /** Returns an absolute URL where the file can be accessed
68 *

Callers 1

getHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected