Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.js
/ d2cValue
Function
d2cValue
src/transforms/filter.js:231–231 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
229
}
230
231
var
d2cValue =
function
(v) {
return
d2c(v, 0, opts.valuecalendar); };
232
var
d2cTarget =
function
(v) {
return
d2c(v, 0, targetCalendar); };
233
234
var
coercedValue;
Callers
1
getFilterFunc
Function · 0.85
Calls
1
d2c
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…