MCPcopy Index your code
hub / github.com/plotly/dash / extend

Method extend

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

Source from the content-addressed store, hash-verified

66 }
67
68 extend(location: LocationIndex[], value: any) {
69 this.operations.push({
70 operation: 'Extend',
71 location,
72 params: {value}
73 });
74 return this;
75 }
76
77 delete(location: LocationIndex[]) {
78 this.operations.push({

Callers 15

get_resourcesMethod · 0.45
__init__.pyFile · 0.45
__init__.pyFile · 0.45
async-markdown.jsFile · 0.45
plotly.min.jsFile · 0.45
iFunction · 0.45
rFunction · 0.45
SrFunction · 0.45
LrFunction · 0.45
PrFunction · 0.45
VrFunction · 0.45
qrFunction · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected