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

Method get

src/Adapters/Cache/NullCacheAdapter.js:4–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2 constructor() {}
3
4 get() {
5 return new Promise(resolve => {
6 return resolve(null);
7 });
8 }
9
10 put() {
11 return Promise.resolve();

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected