MCPcopy
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

constructorMethod · 0.80
_isSelectedSliceMethod · 0.80
constructorMethod · 0.80
_isSelectedRowMethod · 0.80

Calls 1

keyAccessorMethod · 0.80

Tested by

no test coverage detected