Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhoumann/quickadd
/ addHeader
Method
addHeader
src/gui/ProviderPickerModal.ts:27–32 ·
view source on GitHub ↗
(container: HTMLElement)
Source
from the content-addressed store, hash-verified
25
}
26
27
private addHeader(container: HTMLElement) {
28
container.createEl(
"h2"
, {
29
text:
"Add a provider"
,
30
cls:
"qa-modal-title"
,
31
});
32
}
33
34
private display() {
35
this.contentEl.empty();
Callers
1
display
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected