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

Method globalVariablesGroup

src/quickAddSettingsTab.ts:278–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276 }
277
278 private globalVariablesGroup(): SettingDefinitionGroup<SettingsKey> {
279 return {
280 type: "group",
281 heading: "Global Variables",
282 items: [
283 {
284 name: "Global Variables",
285 render: (setting) => this.renderGlobalVariablesView(setting),
286 },
287 ],
288 };
289 }
290
291 private aiAndOnlineGroup(): SettingDefinitionGroup<SettingsKey> {
292 return {

Callers 1

getSettingDefinitionsMethod · 0.95

Calls 1

Tested by

no test coverage detected