Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/conversejs/converse.js
/ map
Method
map
src/plugins/chatboxviews/container.js:36–38 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
34
}
35
36
map(f) {
37
return
Object.values(this.views).map(f);
38
}
39
40
forEach(f) {
41
return
Object.values(this.views).forEach(f);
Callers
15
getMediaURLsMetadata
Function · 0.80
getMediaURLs
Function · 0.80
addMediaURLsOffset
Function · 0.80
hexToArrayBuffer
Function · 0.80
waitForRoster
Function · 0.80
waitUntilDiscoConfirmed
Function · 0.80
waitUntilBookmarksReturned
Function · 0.80
waitForMUCDiscoInfo
Function · 0.80
returnMemberLists
Function · 0.80
initConverse
Function · 0.80
getErrorAttributes
Function · 0.80
getReferences
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected