MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / delete

Function delete

_datafiles/html/admin/static/js/api.js:305–308  ·  view source on GitHub ↗

* @param {string} path * @param {Object|null} body * @returns {typeof q}

(path, body = null)

Source from the content-addressed store, hash-verified

303 * @returns {typeof q}
304 */
305 delete(path, body = null) {
306 pending.push(del(path, body));
307 return q;
308 },
309 /**
310 * Dispatch all queued requests in parallel and resolve with an array
311 * of APIResult objects in the order they were queued.

Callers 15

HandleInputEventsMethod · 0.85
handleTelnetConnectionFunction · 0.85
handleSSHConnectionFunction · 0.85
onPlayerDespawnMethod · 0.85
removeSessionMethod · 0.85
zombieCommandMethod · 0.85
exitZombieModeMethod · 0.85
onPlayerDespawnMethod · 0.85
apiDeleteZoneOfficialMethod · 0.85
onPlayerDespawnMethod · 0.85
cancelFishingMethod · 0.85

Calls 1

delFunction · 0.85