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

Method onClick

src/gui/UpdateModal/UpdateModal.dismiss.test.ts:63–66  ·  view source on GitHub ↗
(cb: () => void)

Source from the content-addressed store, hash-verified

61 }
62
63 onClick(cb: () => void): this {
64 this.buttonEl.addEventListener("click", cb);
65 return this;
66 }
67 }
68
69 const MarkdownRenderer = { render: vi.fn(async () => {}) };

Callers 15

displayMethod · 0.45
createButtonMethod · 0.45
addProvidersSettingMethod · 0.45
addAutoSyncSettingMethod · 0.45
displayMethod · 0.45
displayMethod · 0.45
addProvidersSettingMethod · 0.45
displayMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected