Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.95
Calls
2
add
Method · 0.95
find
Method · 0.80
Tested by
no test coverage detected