MCPcopy
hub / github.com/modstart-lib/aigcpanel / init

Method init

src/lib/ui.ts:107–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 init() {
108 this.tabContainer.addEventListener(
109 "click",
110 this.onTabClickEvent.bind(this),
111 );
112 this.contentContainer.addEventListener(
113 "scroll",
114 this.onContentScrollEvent.bind(this),
115 );
116 }
117
118 destroy() {
119 this.tabContainer.removeEventListener(

Callers 15

constructorMethod · 0.95
index.tsFile · 0.45
index.tsFile · 0.45
initFunction · 0.45
initFunction · 0.45
getModuleFunction · 0.45
main.tsFile · 0.45
model.tsFile · 0.45
setting.tsFile · 0.45
serverCloud.tsFile · 0.45
user.tsFile · 0.45
task.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected