MCPcopy
hub / github.com/neomjs/neo / remove

Method remove

apps/realworld/api/Favorite.mjs:34–38  ·  view source on GitHub ↗

* @param {String} slug

(slug)

Source from the content-addressed store, hash-verified

32 * @param {String} slug
33 */
34 remove(slug) {
35 return this.delete({
36 url: `/articles/${slug}/favorite`
37 });
38 }
39}
40
41export default Neo.setupClass(Favorite);

Callers 15

addStoreItemsMethod · 0.45
afterSetSizeMethod · 0.45
onAppConnectMethod · 0.45
onAppDisconnectMethod · 0.45
addStoreItemsMethod · 0.45
pollMethod · 0.45
onAppDisconnectMethod · 0.45
afterSetSizeMethod · 0.45

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected