MCPcopy Create free account
hub / github.com/d3/d3-array / OneTimeNumber

Function OneTimeNumber

test/OneTimeNumber.js:1–3  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1export function OneTimeNumber(value) {
2 this.value = value;
3}
4
5OneTimeNumber.prototype.valueOf = function() {
6 var v = this.value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…