MCPcopy Create free account
hub / github.com/DFin/Neural-Network-Visualisation / constructor

Method constructor

assets/main.js:1443–1450  ·  view source on GitHub ↗
(container)

Source from the content-addressed store, hash-verified

1441
1442class NetworkInfoPanel {
1443 constructor(container) {
1444 this.container = container;
1445 if (!this.container) {
1446 throw new Error("Netzwerkinfo-Container nicht gefunden.");
1447 }
1448 this.numberFormatter = new Intl.NumberFormat("de-DE");
1449 this.build();
1450 }
1451
1452 build() {
1453 this.container.innerHTML = "";

Callers

nothing calls this directly

Calls 1

buildMethod · 0.95

Tested by

no test coverage detected