MCPcopy
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

getMediaURLsMetadataFunction · 0.80
getMediaURLsFunction · 0.80
addMediaURLsOffsetFunction · 0.80
hexToArrayBufferFunction · 0.80
waitForRosterFunction · 0.80
waitUntilDiscoConfirmedFunction · 0.80
waitForMUCDiscoInfoFunction · 0.80
returnMemberListsFunction · 0.80
initConverseFunction · 0.80
getErrorAttributesFunction · 0.80
getReferencesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected