MCPcopy
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.jsFile · 0.80
doRefreshFunction · 0.80

Calls

no outgoing calls

Tested by 1

doRefreshFunction · 0.64