MCPcopy Index your code
hub / github.com/mailvelope/mailvelope / get

Function get

src/content-scripts/providerSpecific.js:37–43  ·  view source on GitHub ↗
(hostname)

Source from the content-addressed store, hash-verified

35 * @return {Object} An instanciated module
36 */
37export function get(hostname) {
38 if (providerMap.has(hostname)) {
39 return providerMap.get(hostname);
40 } else {
41 return providerMap.get('default');
42 }
43}
44
45//
46// Provider specific modules

Callers

nothing calls this directly

Calls 2

hasMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected