Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addProviderSettingButtonRow
Method · 0.95
display
Method · 0.45
createButton
Method · 0.45
addProvidersSetting
Method · 0.45
addProviderModelsSetting
Method · 0.45
addImportModelsFromDirectorySetting
Method · 0.45
addAutoSyncSetting
Method · 0.45
display
Method · 0.45
display
Method · 0.45
addProvidersSetting
Method · 0.45
display
Method · 0.45
render
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected