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

Function AGoodAdapter

spec/AdaptableController.spec.js:74–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72
73 it('should accept an prototype based object adapter', done => {
74 function AGoodAdapter() {}
75 AGoodAdapter.prototype.createFile = function () {};
76 AGoodAdapter.prototype.deleteFile = function () {};
77 AGoodAdapter.prototype.getFileData = function () {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…