MCPcopy
hub / github.com/conversejs/converse.js / filter

Method filter

src/plugins/chatboxviews/container.js:44–46  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

42 }
43
44 filter(f) {
45 return Object.values(this.views).filter(f);
46 }
47
48 closeAllChatBoxes() {
49 return Promise.all(Object.values(this.views).map((v) => v.close({ 'name': 'closeAllChatBoxes' })));

Callers 15

getShownChatsFunction · 0.45
minchats.jsFile · 0.45
list.jsFile · 0.45
bookmarks.jsFile · 0.45
deprecated.jsFile · 0.45
bookmarks-list.jsFile · 0.45
getRoomsToShowMethod · 0.45
toggleDomainListMethod · 0.45
roomslist.jsFile · 0.45
fetchProviderDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected