Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dc-js/dc.js
/ cappedKeyAccessor
Method
cappedKeyAccessor
src/base/cap-mixin.js:67–72 ·
view source on GitHub ↗
(d, i)
Source
from the content-addressed store, hash-verified
65
}
66
67
cappedKeyAccessor (d, i) {
68
if
(d.others) {
69
return
d.key;
70
}
71
return
this.keyAccessor()(d, i);
72
}
73
74
cappedValueAccessor (d, i) {
75
if
(d.others) {
Callers
4
constructor
Method · 0.80
_isSelectedSlice
Method · 0.80
constructor
Method · 0.80
_isSelectedRow
Method · 0.80
Calls
1
keyAccessor
Method · 0.80
Tested by
no test coverage detected