Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1359
function
intern(value) {
1360
return
value !== null && typeof value ===
"object"
? value.valueOf() : value;
1361
}
1362
1363
function
subset(values, other) {
1364
return
superset(other, values);
Callers
1
superset
Function · 0.85
Calls
1
valueOf
Method · 0.80
Tested by
no test coverage detected