MCPcopy Create free account
hub / github.com/Tong89/smartNode / syncResourceForm

Function syncResourceForm

frontend/app.js:529–534  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

527 },
528
529 syncResourceForm() {
530 if (this.resourceFormReady) return;
531 this.resourceForm.ground_station_count = Number(this.systemInfo.ground_station_count || this.groundStationCount || 0);
532 this.resourceForm.leo_satellite_count = Number(this.systemInfo.leo_satellite_count || this.leoSatellites.length || 0);
533 this.resourceFormReady = true;
534 },
535
536 initCesium() {
537 if (!window.Cesium) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected