MCPcopy Index your code
hub / github.com/chartbrew/chartbrew / delete

Method delete

server/controllers/AuthCacheController.js:42–50  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

40 }
41
42 delete(key) {
43 return db.AuthCache.destroy({ where: { key } })
44 .then((result) => {
45 return new Promise((resolve) => resolve(result));
46 })
47 .catch((e) => {
48 return new Promise((resolve, reject) => reject(e));
49 });
50 }
51}
52
53module.exports = AuthCacheController;

Callers 15

getMethod · 0.95
leaveConversationMethod · 0.45
offMethod · 0.45
toggleExpandFieldFunction · 0.45
_onChangeTabFunction · 0.45
getMethod · 0.45
delMethod · 0.45
hsetMethod · 0.45
hdelMethod · 0.45
zremMethod · 0.45
runSingleFlightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected