MCPcopy Create free account
hub / github.com/chhoumann/quickadd / setDesc

Method setDesc

src/preflight/OnePageInputModal.test.ts:151–155  ·  view source on GitHub ↗
(desc: string)

Source from the content-addressed store, hash-verified

149 }
150
151 setDesc(desc: string): this {
152 this.descEl.textContent = desc;
153 this.infoEl.appendChild(this.descEl);
154 return this;
155 }
156
157 addButton(cb: (component: ButtonComponent) => void): this {
158 cb(new ButtonComponent(this.controlEl));

Callers 15

addProvidersSettingMethod · 0.45
addNameSettingMethod · 0.45
addEndpointSettingMethod · 0.45
addApiKeySettingMethod · 0.45
addModelSourceSettingMethod · 0.45
addAutoSyncSettingMethod · 0.45
displayMethod · 0.45
displayMethod · 0.45
addProvidersSettingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected