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

Method mul

dash/dash-renderer/src/actions/patch.ts:131–138  ·  view source on GitHub ↗
(location: LocationIndex[], value: any)

Source from the content-addressed store, hash-verified

129 }
130
131 mul(location: LocationIndex[], value: any) {
132 this.operations.push({
133 operation: 'Mul',
134 location,
135 params: {value}
136 });
137 return this;
138 }
139
140 div(location: LocationIndex[], value: any) {
141 this.operations.push({

Callers 3

plotly.min.jsFile · 0.80
kFunction · 0.80
rnFunction · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected