MCPcopy Create free account
hub / github.com/Milkyroad/SCiPNET / change

Function change

public/src/js/sideBar.js:6–8  ·  view source on GitHub ↗
(hold, tag, min, max, unit)

Source from the content-addressed store, hash-verified

4 }
5
6 function change(hold, tag, min, max, unit) {
7 $(hold + tag).text(randomInteger(min, max) + unit)
8 }
9 var span = document.getElementById('time');
10
11 window.bubbleIframeMouseMove = (iframe) => {

Callers 1

sideBarFunFunction · 0.85

Calls 2

randomIntegerFunction · 0.85
$Function · 0.50

Tested by

no test coverage detected