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

Method developerGroup

src/quickAddSettingsTab.ts:324–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

322 }
323
324 private developerGroup(): SettingDefinitionGroup<SettingsKey> {
325 return {
326 type: "group",
327 heading: "Developer",
328 items: [
329 {
330 name: "Development Information",
331 desc: "Git information for developers.",
332 render: (setting) => this.renderDevInfo(setting),
333 },
334 ],
335 };
336 }
337
338 // ----- render helpers -----
339

Callers 1

getSettingDefinitionsMethod · 0.95

Calls 1

renderDevInfoMethod · 0.95

Tested by

no test coverage detected