MCPcopy
hub / github.com/plotly/dash / reverse

Method reverse

dash/dash-renderer/src/actions/patch.ts:158–165  ·  view source on GitHub ↗
(location: LocationIndex[])

Source from the content-addressed store, hash-verified

156 }
157
158 reverse(location: LocationIndex[]) {
159 this.operations.push({
160 operation: 'Reverse',
161 location,
162 params: {}
163 });
164 return this;
165 }
166
167 remove(location: LocationIndex[], value: any) {
168 this.operations.push({

Callers 15

biFunction · 0.45
async-table.jsFile · 0.45
YFunction · 0.45
demo.jsFile · 0.45
async-highlight.jsFile · 0.45
async-mathjax.jsFile · 0.45
tFunction · 0.45
_Function · 0.45
iFunction · 0.45
async-slider.jsFile · 0.45
async-highlight.jsFile · 0.45
plotly.min.jsFile · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected