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

Method renderDevInfo

src/quickAddSettingsTab.ts:541–550  ·  view source on GitHub ↗
(setting: Setting)

Source from the content-addressed store, hash-verified

539 }
540
541 private renderDevInfo(setting: Setting): void {
542 const infoContainer = setting.settingEl.createDiv();
543 infoContainer.addClass("qa-dev-info");
544
545 renderDevelopmentInfo(infoContainer, {
546 branch: __DEV_GIT_BRANCH__,
547 commit: __DEV_GIT_COMMIT__,
548 dirty: __DEV_GIT_DIRTY__,
549 });
550 }
551}

Callers 1

developerGroupMethod · 0.95

Calls 2

renderDevelopmentInfoFunction · 0.90
addClassMethod · 0.45

Tested by

no test coverage detected