MCPcopy Create free account
hub / github.com/breck7/scroll / intern

Function intern

external/.d3.js:1359–1361  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1357}
1358
1359function intern(value) {
1360 return value !== null && typeof value === "object" ? value.valueOf() : value;
1361}
1362
1363function subset(values, other) {
1364 return superset(other, values);

Callers 1

supersetFunction · 0.85

Calls 1

valueOfMethod · 0.80

Tested by

no test coverage detected