MCPcopy
hub / github.com/CopyTranslator/CopyTranslator / constructor

Method constructor

src/renderer/controller.ts:42–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 private constructor() {
43 super();
44 initLog();
45 observers.push(this);
46 bus.once("initialized", () => {
47 restoreFromConfig(observers, store.state.config);
48 this.initApp();
49 });
50 }
51
52 initApp() {
53 this.app = createApp();

Callers

nothing calls this directly

Calls 4

initAppMethod · 0.95
initLogFunction · 0.90
restoreFromConfigFunction · 0.90
pushMethod · 0.80

Tested by

no test coverage detected