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

Method get

js/inserter.js:286–292  ·  view source on GitHub ↗
(main)

Source from the content-addressed store, hash-verified

284 }
285
286 static get(main) {
287 if (main.inserter) {
288 return main.inserter;
289 }
290 main.inserter = new Inserter(main);
291 return main.inserter;
292 }
293
294 static controlObjToString(o, btnClassName = '') {
295 const tempObj = o;

Callers 2

setDefaultsFunction · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected