MCPcopy
hub / github.com/mailvelope/mailvelope / getControllerClass

Function getControllerClass

src/controller/factory.js:74–76  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

72}
73
74export function getControllerClass(type) {
75 return repo.get(type).contrConstructor;
76}
77
78/**
79 * Register controllers

Callers 1

getMethod · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected