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

Method sub

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

Source from the content-addressed store, hash-verified

120 }
121
122 sub(location: LocationIndex[], value: any) {
123 this.operations.push({
124 operation: 'Sub',
125 location,
126 params: {value}
127 });
128 return this;
129 }
130
131 mul(location: LocationIndex[], value: any) {
132 this.operations.push({

Callers 15

build_fingerprintFunction · 0.80
_infer_pathFunction · 0.80
_parse_path_variablesFunction · 0.80
pascal_caseFunction · 0.80
write_help_fileFunction · 0.80
generate_rpkgFunction · 0.80
make_namespace_exportsFunction · 0.80
plotly.min.jsFile · 0.80
kFunction · 0.80
koFunction · 0.80
CoFunction · 0.80
alFunction · 0.80

Calls 1

pushMethod · 0.80

Tested by 1

css_escapeFunction · 0.64