MCPcopy Create free account
hub / github.com/devforth/painterro / get

Method get

js/translation.js:35–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 static get() {
36 if (instance) {
37 return instance;
38 }
39 instance = new Translation();
40 return instance;
41 }
42
43 addTranslation(name, dict) {
44 this.translations[name] = dict;

Callers 2

activateFunction · 0.45
trFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected