MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / addNumerics

Method addNumerics

static/settings.ts:440–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

438 }
439
440 private addNumerics() {
441 this.add(
442 new Numeric(this.root.find('.tabWidth'), 'tabWidth', {
443 min: 1,
444 max: 80,
445 }),
446 4,
447 );
448 }
449
450 private addTextBoxes() {
451 this.add(

Callers 1

constructorMethod · 0.95

Calls 2

addMethod · 0.95
findMethod · 0.80

Tested by

no test coverage detected