Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/toorshia/justgage
/ getValue
Method
getValue
src/core/JustGage.js:1214–1216 ·
view source on GitHub ↗
* Get current gauge value * @returns {number} Current value
()
Source
from the content-addressed store, hash-verified
1212
* @returns {number} Current value
1213
*/
1214
getValue() {
1215
return
this.config.value;
1216
}
1217
1218
/**
1219
* Get current configuration
Callers
3
core.test.js
File · 0.80
integration.test.js
File · 0.80
doRefresh
Function · 0.80
Calls
no outgoing calls
Tested by
1
doRefresh
Function · 0.64