MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / constructor

Method constructor

src/pages/quickTools/quickTools.js:48–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47class QuickToolsManager {
48 constructor() {
49 this.container = <div id="quicktools-settings"></div>;
50 this.longPressTimer = null;
51 this.dragState = null;
52 this.render();
53 this.bindEvents();
54 }
55
56 getContainer() {
57 return this.container;

Callers

nothing calls this directly

Calls 2

renderMethod · 0.95
bindEventsMethod · 0.95

Tested by

no test coverage detected