MCPcopy
hub / github.com/parse-community/parse-server / AppCachePut

Function AppCachePut

spec/Middlewares.spec.js:5–11  ·  view source on GitHub ↗
(appId, config)

Source from the content-addressed store, hash-verified

3const { BlockList } = require('net');
4
5const AppCachePut = (appId, config) =>
6 AppCache.put(appId, {
7 ...config,
8 maintenanceKeyIpsStore: new Map(),
9 masterKeyIpsStore: new Map(),
10 readOnlyMasterKeyIpsStore: new Map(),
11 });
12
13describe('middlewares', () => {
14 let fakeReq, fakeRes;

Callers 1

Calls 1

putMethod · 0.45

Tested by

no test coverage detected