Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
41
export
default Neo.setupClass(Favorite);
Callers
15
onRemoveFooterButtonClick
Method · 0.45
onSwitchThemeButtonClick
Method · 0.45
addStoreItems
Method · 0.45
afterSetSize
Method · 0.45
onAppConnect
Method · 0.45
onAppDisconnect
Method · 0.45
onRemoveFooterButtonClick
Method · 0.45
onSwitchThemeButtonClick
Method · 0.45
addStoreItems
Method · 0.45
poll
Method · 0.45
onAppDisconnect
Method · 0.45
afterSetSize
Method · 0.45
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected